Skip to content
Zed

omnicord for Zed

io.github.orygnscode/omnicord

Discord server management MCP for AI agents: chat, moderation, admin, and full server building.

client:Zed transport:stdio runtime:npm

Install omnicord 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": {
    "omnicord": {
      "command": "npx",
      "args": [
        "-y",
        "@orygn/omnicord"
      ],
      "env": {
        "DISCORD_TOKEN": "<DISCORD_TOKEN>",
        "OMNICORD_GUILD": "<OMNICORD_GUILD>"
      }
    }
  }
}

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

omnicord in other clients