MCP Server
MCP
io.github.mapsmith-ai/mapsmith
Deterministic GIS geoprocessing for AI agents, with verifiable provenance on every output
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
By
Comments
Sign in to leave a comment