Skip to content
Zed

mcp-belgium for Zed

io.github.lacausecrypto/mcp-belgium

Single MCP server for Belgian public transport, statistics, open data, and geospatial services.

client:Zed transport:stdio runtime:npm

Install mcp-belgium 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-belgium": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-belgium"
      ],
      "env": {
        "STIB_API_KEY": "<STIB_API_KEY>",
        "CBEAPI_KEY": "<CBEAPI_KEY>"
      }
    }
  }
}

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

mcp-belgium in other clients