omni-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OMNI_AGENT_MODE | No | Set to 'true' to enable potentially dangerous tools like system_execute_command and system_write_file | |
| SLACK_BOT_TOKEN | No | Slack bot token for Slack tools | |
| GITHUB_PERSONAL_ACCESS_TOKEN | No | GitHub personal access token for GitHub tools |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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