Servers
G
Geoserver
@ronitjadhav
A Model Context Protocol (MCP) server that exposes GeoServer REST API functionality for natural language interaction. Built on the python-geoservercloud library, this MCP server provides 80+ tools for managing:
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"geoserver": {
"command": "uvx",
"args": [
"geoservercloud-mcp"
]
}
}
}