GeoServer MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GEOSERVER_URL | Yes | URL of your GeoServer instance | http://localhost:8080/geoserver |
| GEOSERVER_USER | Yes | Username for GeoServer authentication | admin |
| GEOSERVER_PASSWORD | Yes | Password for GeoServer authentication | geoserver |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_workspacesB | List available workspaces in GeoServer. |
| create_workspaceC | Create a new workspace in GeoServer. |
| get_layer_infoC | Get detailed information about a layer. |
| list_layersB | List layers in GeoServer, optionally filtered by workspace. |
| create_layerC | Create a new layer in GeoServer. |
| delete_resourceC | Delete a resource from GeoServer. |
| query_featuresB | Query features from a vector layer using CQL filter. |
| generate_mapB | Generate a map image using WMS GetMap. |
| create_styleB | Create a new SLD style in GeoServer. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| geoserver://catalog/workspaces |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mahdin75/geoserver-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server