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
{
"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