Skip to content
Cursor

mapsmith for Cursor

io.github.mapsmith-ai/mapsmith

Deterministic GIS geoprocessing with verifiable provenance on every output

client:Cursor transport:stdio runtime:pypi

Install mapsmith in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mapsmith": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mapsmith"
      ],
      "env": {
        "MAPSMITH_WORKSPACE": "<MAPSMITH_WORKSPACE>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mapsmith in other clients