Skip to content
Zed

outbox for Zed

io.github.fieldcure/outbox

Multi-channel messaging MCP server for Slack, Telegram, Email, KakaoTalk, and Discord.

client:Zed transport:stdio runtime:nuget

Install outbox in Zed

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

{
  "context_servers": {
    "outbox": {
      "command": "dnx",
      "args": [
        "FieldCure.Mcp.Outbox",
        "--yes"
      ]
    }
  }
}

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

outbox in other clients