Odel
geoservercloud mcp

geoservercloud mcp

Local
@ronitjadhavPythonBSD-2-ClauseUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIgeoservercloud-mcpv1.0.0

Run

uvx geoservercloud-mcp

MCP client config

{
  "mcpServers": {
    "geoservercloud-mcp": {
      "command": "uvx",
      "args": [
        "geoservercloud-mcp"
      ]
    }
  }
}