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