geoservercloud mcp for Cursor
io.github.ronitjadhav/geoservercloud-mcp
MCP server for managing GeoServer workspaces, datastores, layers, and styles
client:Cursor
transport:stdio
runtime:pypi
Install geoservercloud mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"geoservercloud-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"geoservercloud-mcp"
],
"env": {
"GEOSERVER_URL": "<GEOSERVER_URL>",
"GEOSERVER_USER": "<GEOSERVER_USER>",
"GEOSERVER_PASSWORD": "<GEOSERVER_PASSWORD>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs