Back to Browse

Geoservercloud MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

MCP server for managing GeoServer workspaces, datastores, layers, and styles

About

MCP server for managing GeoServer workspaces, datastores, layers, and styles

Security Report

4.2
Use Caution4.2High Risk

This GeoServer MCP server is well-structured with appropriate authentication handling and reasonable permissions for its purpose. However, there are notable concerns around credential handling in runtime configuration and lack of input validation on user-supplied parameters that could enable injection attacks or unintended operations. The server's ability to accept credentials at runtime and store them in mutable state creates a potential attack surface. Supply chain analysis found 5 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.

4 files analyzed · 14 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

What You'll Need

Set these up before or after installing:

GeoServer base URL (default: http://localhost:8080/geoserver)Optional

Environment variable: GEOSERVER_URL

GeoServer username (default: admin)Optional

Environment variable: GEOSERVER_USER

GeoServer password (default: geoserver)Required

Environment variable: GEOSERVER_PASSWORD

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-ronitjadhav-geoservercloud-mcp": {
      "env": {
        "GEOSERVER_URL": "your-geoserver-url-here",
        "GEOSERVER_USER": "your-geoserver-user-here",
        "GEOSERVER_PASSWORD": "your-geoserver-password-here"
      },
      "args": [
        "-y",
        "geoservercloud-mcp-site"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!

Geoservercloud MCP Server - MCP server for managing GeoServer workspaces, datastores, | MCP Marketplace