← Back to browse

omni-mcp-server

Indexed by io.github.bitofacoder

About

All-in-one MCP server: GitHub, Git, Slack, web fetch, memory, and filesystem. Agent Mode opt-in.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsGITHUB_PERSONAL_ACCESS_TOKEN SLACK_BOT_TOKEN OMNI_AGENT_MODE
Claude Code
claude mcp add --env GITHUB_PERSONAL_ACCESS_TOKEN= --env SLACK_BOT_TOKEN= --env OMNI_AGENT_MODE= omni-mcp-server -- npx @bitofacoder/omni-mcp-server
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"omni-mcp-server","command":"npx","args":["@bitofacoder/omni-mcp-server"],"env":{"GITHUB_PERSONAL_ACCESS_TOKEN":"","SLACK_BOT_TOKEN":"","OMNI_AGENT_MODE":""}}'
JSON
{
  "mcpServers": {
    "omni-mcp-server": {
      "command": "npx",
      "args": [
        "@bitofacoder/omni-mcp-server"
      ],
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "",
        "SLACK_BOT_TOKEN": "",
        "OMNI_AGENT_MODE": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.