Skip to content
Windsurf

outbox for Windsurf

io.github.fieldcure/outbox

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

client:Windsurf transport:stdio runtime:nuget

Install outbox in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

outbox in other clients