geolocation mcp for Windsurf
io.github.7mza/geolocation-mcp
An MCP server that provides fast and up-to-date IP geolocation data.
client:Windsurf
transport:stdio
runtime:oci
Install geolocation mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"geolocation-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"7mza/geolocation-mcp:0.0.1"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs