Skip to content
Zed

openroute mcp for Zed

io.github.vemonet/openroute-mcp

Plan routes using the OpenRouteService API, such as for hiking, mountain biking, or driving.

client:Zed transport:stdio runtime:pypi

Install openroute 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": {
    "openroute-mcp": {
      "command": "uvx",
      "args": [
        "openroute-mcp"
      ],
      "env": {
        "OPENROUTESERVICE_API_KEY": "<OPENROUTESERVICE_API_KEY>"
      }
    }
  }
}

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

openroute mcp in other clients