Skip to content
VS Code

Geocodio for VS Code

io.github.pipeworx-io/geocodio

Geocodio MCP — wraps the Geocodio geocoding API (geocod.io)

client:VS Code transport:streamable-http

Install Geocodio in VS Code

.vscode/mcp.json

{
  "servers": {
    "geocodio": {
      "type": "http",
      "url": "https://gateway.pipeworx.io/geocodio/mcp"
    }
  }
}

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

Geocodio in other clients