← Back to browse

GLC Geo MCP

Indexed by io.github.glc-rag

About

Free GeoNames MCP: countries, cities, POIs, distance & nearby. Remote HTTP + agent token signup.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

TransportHTTP (remote server)
Claude Code
claude mcp add --transport http geo-mcp https://mcp.glc-rag.hu/mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"geo-mcp","type":"http","url":"https://mcp.glc-rag.hu/mcp"}'
JSON
{
  "mcpServers": {
    "geo-mcp": {
      "url": "https://mcp.glc-rag.hu/mcp"
    }
  }
}