MCP.so
Sign In

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "gdal-mcp": {
      "command": "uvx",
      "args": [
        "--from",
        "gdal-mcp",
        "gdal",
        "--transport",
        "stdio"
      ],
      "env": {
        "GDAL_MCP_WORKSPACES": "/path/to/your/geospatial/data"
      }
    }
  }
}

More from Other