geolocation db mcp for VS Code
io.github.mrfentmen/geolocation-db-mcp
Geolocation for an IP address from Geolocation DB. No key required.
client:VS Code
transport:stdio
runtime:npm
Install geolocation db mcp in VS Code
.vscode/mcp.json
{
"servers": {
"geolocation-db-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"geolocation-db-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs