Skip to content

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

geoservercloud mcp in other clients