Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OMNI_AGENT_MODENoSet to 'true' to enable potentially dangerous tools like system_execute_command and system_write_file
SLACK_BOT_TOKENNoSlack bot token for Slack tools
GITHUB_PERSONAL_ACCESS_TOKENNoGitHub personal access token for GitHub tools

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
github_search_reposB

Search for GitHub repositories

github_get_issueA

Get details of a specific GitHub issue

slack_send_messageA

Send a message to a Slack channel

system_read_fileB

Read a local file from the system

system_list_dirB

List contents of a local directory

web_fetchA

Fetch a public web page and read its content as clean Markdown

memory_storeA

Save a note, preference, or piece of context to persistent memory so it can be recalled in future conversations.

memory_retrieveB

Retrieve a previously saved memory by its key.

memory_listA

List all the memory keys currently saved in persistent storage.

git_statusA

Run git status to see the state of the working directory and staging area.

git_diffB

Run git diff to see exact line-by-line code changes. Shows unstaged changes by default.

git_logB

Run git log to see recent commit history.

git_commitA

Commit currently staged changes with a specific message.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bitofacoder/omni-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server