opencage geocoding for Cursor
com.mcparmory/opencage-geocoding
Convert addresses to coordinates and reverse-geocode locations worldwide
client:Cursor
transport:stdio
runtime:pypi
Install opencage geocoding in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"opencage-geocoding": {
"type": "stdio",
"command": "uvx",
"args": [
"mcparmory-opencage-geocoding"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs