GeoLabel for Windsurf
io.github.tylercoxdruin/geolabel
Turn GPS coordinates into place name, category, and live opening hours via OpenStreetMap.
client:Windsurf
transport:stdio
runtime:pypi
Install GeoLabel in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"geolabel": {
"command": "uvx",
"args": [
"geolabel-mcp"
],
"env": {
"GEOLABEL_API_KEY": "<GEOLABEL_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs