Servers
G
Gdal Mcp
@Wayfinder-Foundry
About
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"gdal-mcp": {
"command": "uvx",
"args": [
"--from",
"gdal-mcp",
"gdal",
"--transport",
"stdio"
],
"env": {
"GDAL_MCP_WORKSPACES": "/path/to/your/geospatial/data"
}
}
}
}