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
{
"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