IPGeolocation.io MCP Server for Zed
io.github.ipgeolocation/ipgeolocation-io-mcp
Official MCP server for IP geolocation, security, ASN, abuse, timezone, astronomy, and user-agent.
client:Zed
transport:stdio
runtime:npm
Install IPGeolocation.io MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"ipgeolocation-io-mcp": {
"command": "npx",
"args": [
"-y",
"ipgeolocation-io-mcp"
],
"env": {
"IPGEOLOCATION_API_KEY": "<IPGEOLOCATION_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs