Skip to content
Grok

geoservercloud mcp for Grok

io.github.ronitjadhav/geoservercloud-mcp

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

client:Grok transport:stdio runtime:pypi

Install geoservercloud mcp in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "geoservercloud-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "geoservercloud-mcp"
      ],
      "env": {
        "GEOSERVER_URL": "<GEOSERVER_URL>",
        "GEOSERVER_USER": "<GEOSERVER_USER>",
        "GEOSERVER_PASSWORD": "<GEOSERVER_PASSWORD>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

geoservercloud mcp in other clients