Skip to content
Zed

eccc mcp for Zed

io.github.mrfentmen/eccc-mcp

Keyless Environment Canada data via MSC GeoMet OGC APIs.

client:Zed transport:stdio runtime:npm

Install eccc mcp in Zed

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

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

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

eccc mcp in other clients