geolocation mcp for Cline
io.github.7mza/geolocation-mcp
An MCP server that provides fast and up-to-date IP geolocation data.
client:Cline
transport:stdio
runtime:oci
Install geolocation mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"geolocation-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"7mza/geolocation-mcp:0.0.1"
]
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs