geoservercloud mcp for Cline
io.github.ronitjadhav/geoservercloud-mcp
MCP server for managing GeoServer workspaces, datastores, layers, and styles
client:Cline
transport:stdio
runtime:pypi
Install geoservercloud mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"geoservercloud-mcp": {
"command": "uvx",
"args": [
"geoservercloud-mcp"
],
"env": {
"GEOSERVER_URL": "<GEOSERVER_URL>",
"GEOSERVER_USER": "<GEOSERVER_USER>",
"GEOSERVER_PASSWORD": "<GEOSERVER_PASSWORD>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs