HomeOther › MapSmith

MapSmith

Deterministic GIS geoprocessing with verifiable provenance on every output

Python Local
★ 1 stars Last pushed 2026-09-23 License: AGPL-3.0

Topics: Location Services

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.5.1)

uvx mapsmith

Or add to your MCP client config:

{
  "mcpServers": {
    "mapsmith": {
      "command": "uvx",
      "args": [
        "mapsmith"
      ],
      "env": {
        "MAPSMITH_WORKSPACE": "<YOUR_VALUE>"
      }
    }
  }
}
  • MAPSMITH_WORKSPACE — Confine all reads/writes to this directory (path jail + sandboxed SQL engine)

Package (oci)

docker run -i --rm ghcr.io/mapsmith-ai/mapsmith:0.5.1

Or add to your MCP client config:

{
  "mcpServers": {
    "mapsmith": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/mapsmith-ai/mapsmith:0.5.1"
      ],
      "env": {
        "MAPSMITH_WORKSPACE": "<YOUR_VALUE>"
      }
    }
  }
}
  • MAPSMITH_WORKSPACE — Confine all reads/writes to this directory (path jail + sandboxed SQL engine)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry