Skip to content
Gemini CLI

mcp rd station for Gemini CLI

io.github.codespar/mcp-rd-station

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

client:Gemini CLI transport:stdio runtime:npm

Install mcp rd station in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-rd-station": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-rd-station"
      ],
      "env": {
        "RD_STATION_TOKEN": "<RD_STATION_TOKEN>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

mcp rd station in other clients