Skip to content
Zed

mcp rd station for Zed

io.github.codespar/mcp-rd-station

MCP server for RD Station — contacts, events, funnels, deals, segmentations, lead scoring, webhooks

client:Zed transport:stdio runtime:npm

Install mcp rd station 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": {
    "mcp-rd-station": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-rd-station"
      ],
      "env": {
        "RD_STATION_TOKEN": "<RD_STATION_TOKEN>"
      }
    }
  }
}

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

mcp rd station in other clients