This MCP server exposes GeoServer REST API functionality for natural language interaction through AI assistants, allowing users to manage GeoServer resources via natural language commands.
From the registry: MCP server for managing GeoServer workspaces, datastores, layers, and styles
Please install the `geoservercloud-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Running GeoServer instance** — Requires access to a GeoServer REST endpoint (https://geoserver.org/)
Canonical MCP server config (stdio transport):
- command: `uvx`
- args: ["geoservercloud-mcp"]
- required environment variables:
- `GEOSERVER_URL`: GeoServer base URL (example: `<your-geoserver-url>/geoserver`)
- `GEOSERVER_USER`: GeoServer username (example: `<your-username>`)
- `GEOSERVER_PASSWORD`: GeoServer password (example: `<your-password>`)
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.GEOSERVER_URLrequiredGeoServer base URLGEOSERVER_USERrequiredGeoServer usernameGEOSERVER_PASSWORDrequiredGeoServer password