Skip to content
VS Code

mapsmith for VS Code

io.github.mapsmith-ai/mapsmith

Deterministic GIS geoprocessing with verifiable provenance on every output

client:VS Code transport:stdio runtime:pypi

Install mapsmith in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "mapsmith-workspace",
      "description": "MAPSMITH_WORKSPACE",
      "password": true
    }
  ],
  "servers": {
    "mapsmith": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mapsmith"
      ],
      "env": {
        "MAPSMITH_WORKSPACE": "${input:mapsmith-workspace}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

mapsmith in other clients