geolocation mcp for Cursor
io.github.7mza/geolocation-mcp
An MCP server that provides fast and up-to-date IP geolocation data.
client:Cursor
transport:stdio
runtime:oci
Install geolocation mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"geolocation-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"7mza/geolocation-mcp:0.0.1"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs