Skip to content
Zed

RZD Tickets MCP for Zed

io.github.ex3lite/mcp-rzd-tickets

Read-only MCP server for RZD trains, cars, seats, adjacent pairs and car photos.

client:Zed transport:stdio runtime:npm

Install RZD Tickets 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": {
    "mcp-rzd-tickets": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-rzd-tickets"
      ],
      "env": {
        "RZD_TIMEOUT_MS": "<RZD_TIMEOUT_MS>",
        "RZD_PROXY_URL": "<RZD_PROXY_URL>"
      }
    }
  }
}

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

RZD Tickets MCP in other clients