Skip to main content
Glama

GeoServer MCP Server

MIT License
38
  • Linux
  • Apple
Dockerfile590 B
# Use an official lightweight Python image FROM python:3.10-slim ENV VIRTUAL_ENV=/opt/venv # Install pip packages and system dependencies RUN apt-get update && apt-get install -y --no-install-recommends \ curl gcc build-essential \ && python -m venv $VIRTUAL_ENV \ && $VIRTUAL_ENV/bin/pip install geoserver-mcp # Set path to use venv binaries ENV PATH="$VIRTUAL_ENV/bin:$PATH" # Use ENTRYPOINT and CMD to allow dynamic arguments ENTRYPOINT ["geoserver-mcp"] CMD ["--url", "${GEOSERVER_URL}", "--user", "${GEOSERVER_USER}", "--password", "${GEOSERVER_PASSWORD}", "--debug"]

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mahdin75/geoserver-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server