Skip to content
Zed

omni mcp server for Zed

io.github.bitofacoder/omni-mcp-server

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

client:Zed transport:stdio runtime:npm

Install omni mcp server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "omni-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@bitofacoder/omni-mcp-server"
      ],
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "<GITHUB_PERSONAL_ACCESS_TOKEN>",
        "SLACK_BOT_TOKEN": "<SLACK_BOT_TOKEN>",
        "OMNI_AGENT_MODE": "<OMNI_AGENT_MODE>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

omni mcp server in other clients