Skip to content

rdstation crm mcp for Zed

io.github.fernandoludvig/rdstation-crm-mcp

Manage RD Station CRM contacts, deals, tasks and notes, with pipeline health reports

client:Zed transport:stdio runtime:npm

Install rdstation crm mcp 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": {
    "rdstation-crm-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "rdstation-crm-mcp"
      ],
      "env": {
        "RDSTATION_CRM_TOKEN": "<RDSTATION_CRM_TOKEN>"
      }
    }
  }
}

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

rdstation crm mcp in other clients