Skip to content
Zed

tdx mcp for Zed

io.github.mrfentmen/tdx-mcp

Taiwan TDX: TRA/THSR stations, live boards, timetables.

client:Zed transport:stdio runtime:npm

Install tdx mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "tdx-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tdx-mcp"
      ]
    }
  }
}

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

tdx mcp in other clients