Skip to content
VS Code

geocode for VS Code

io.github.hyosikpark/geocode

Worldwide place search with coordinates (Open-Meteo) — paid per call (x402/credits), 1 tools

client:VS Code transport:streamable-http

Install geocode in VS Code

.vscode/mcp.json

{
  "servers": {
    "geocode": {
      "type": "http",
      "url": "https://hawker-gateway.fly.dev/mcp/geocode"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

geocode in other clients