← Back to Plugins
MCP Server MCP

io.github.mapsmith-ai/mapsmith

github By github 👁 1 views ▲ 0 votes

Deterministic GIS geoprocessing for AI agents, with verifiable provenance on every output

Homepage Verified source GitHub

Install

uvx mapsmith

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "mapsmith",
      "version": "0.2.2",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Confine all reads/writes to this directory (path jail + sandboxed SQL engine)",
          "format": "filepath",
          "name": "MAPSMITH_WORKSPACE"
        }
      ]
    },
    {
      "registryType": "oci",
      "identifier": "ghcr.io/mapsmith-ai/mapsmith:0.2.2",
      "runtimeHint": "docker",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Confine all reads/writes to this directory (path jail + sandboxed SQL engine)",
          "format": "filepath",
          "name": "MAPSMITH_WORKSPACE"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi oci

Comments

Sign in to leave a comment

Loading comments...