geoservercloud mcp for Zed
io.github.ronitjadhav/geoservercloud-mcp
MCP server for managing GeoServer workspaces, datastores, layers, and styles
client:Zed
transport:stdio
runtime:pypi
Install geoservercloud mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"geoservercloud-mcp": {
"command": "uvx",
"args": [
"geoservercloud-mcp"
],
"env": {
"GEOSERVER_URL": "<GEOSERVER_URL>",
"GEOSERVER_USER": "<GEOSERVER_USER>",
"GEOSERVER_PASSWORD": "<GEOSERVER_PASSWORD>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs