CLIO Geojson for Cursor
io.github.iowarp/geojson-mcp
MCP server for inspecting, validating, and summarizing GeoJSON documents (stdlib only)
client:Cursor
transport:stdio
runtime:pypi
Install CLIO Geojson in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"geojson-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"clio-kit"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs