← Back to browse

geoservercloud-mcp

Indexed by io.github.ronitjadhav

About

MCP server for managing GeoServer workspaces, datastores, layers, and styles

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsGEOSERVER_URL GEOSERVER_USER GEOSERVER_PASSWORD
Claude Code
claude mcp add --env GEOSERVER_URL= --env GEOSERVER_USER= --env GEOSERVER_PASSWORD= geoservercloud-mcp -- uvx geoservercloud-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"geoservercloud-mcp","command":"uvx","args":["geoservercloud-mcp"],"env":{"GEOSERVER_URL":"","GEOSERVER_USER":"","GEOSERVER_PASSWORD":""}}'
JSON
{
  "mcpServers": {
    "geoservercloud-mcp": {
      "command": "uvx",
      "args": [
        "geoservercloud-mcp"
      ],
      "env": {
        "GEOSERVER_URL": "",
        "GEOSERVER_USER": "",
        "GEOSERVER_PASSWORD": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.