On va où ? Routing API for Cursor
app.onvaou/itineraires
Address geocoding and bike, scooter, motorcycle, wheelchair and walking routes across Europe.
client:Cursor
transport:stdio
runtime:npm
Install On va où ? Routing API in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"itineraires": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"onvaou-itineraires-mcp"
],
"env": {
"OVO_API_KEY": "<OVO_API_KEY>",
"OVO_API_URL": "<OVO_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs