73
/ 100
13 days ago
glama

mcp-geo-server

Enables natural language interaction with a GeoServer instance for managing workspaces, datastores, feature types, layers, styles, and OGC services (WMS/WFS) via an LLM-powered agent.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 3 credentials: GEOSERVER_PASSWORD, OLLAMA_API_KEY, ANTHROPIC_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configGEOSERVER_URL(required) Base URL, e.g. http://localhost:8080/geoserver
configGEOSERVER_USER(required) REST username
🔐 secretGEOSERVER_PASSWORD(required) REST password
configGEOSERVER_DEFAULT_WORKSPACE_(none)_ Workspace used when a tool omits one
configGEOSERVER_DEFAULT_SRSEPSG:4326 SRS used when publishing without one
configGEOSERVER_TIMEOUT30 HTTP timeout (seconds)
configGEOSERVER_RETRIES2 Retry attempts on connect/timeout/502/503/504
configGEOSERVER_RETRY_BACKOFF0.5 Linear backoff factor (seconds × attempt)
configGEOSERVER_VERIFY_TLStrue Verify TLS certificates
configGEO_MAP_OUTPUT_DIR./maps Where generated maps / downloaded PNGs are saved
configWEBUI_PORT8000 Port for the test UI
configGEO_LLM_PROVIDERollama Agent LLM backend: ollama, ollama-cloud or anthropic
configOLLAMA_HOST
configOLLAMA_MODELqwen2.5 Ollama model (must support tool calling); cloud model id for ollama-cloud
configOLLAMA_CLOUD_HOST
🔐 secretOLLAMA_API_KEY_(none)_ Ollama Cloud API key (required for ollama-cloud)
🔐 secretANTHROPIC_API_KEY_(none)_ Anthropic API key (required for anthropic)
configANTHROPIC_MODELclaude-sonnet-4-6 Claude model (anthropic provider)
configGEO_MCP_TRANSPORTstdio MCP transport: stdio or http
configGEO_MCP_HOST0.0.0.0 Bind host when transport is http
configGEO_MCP_PORT9000 Port when transport is http
configGEO_LOG_LEVELLogging on the mcp_geo_server logger (set =DEBUG).
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 1 concrete improvement we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/agent-engineering-studio-mcp-geo-server-4z8sh1)](https://m8ven.ai/mcp/agent-engineering-studio-mcp-geo-server-4z8sh1)
commit: f7112e0ec79f8887ea3540057364fe4c174bab5e
code hash: 76d850cd9d47f62d0a5fd57590807a410b87e86c562f3805ecadd4ccdc59a51d
verified: 6/23/2026, 10:32:33 AM
view raw JSON →