Skip to main content
Glama

GeoServer MCP Server

MIT License
38
  • Linux
  • Apple
pyproject.toml977 B
[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "geoserver-mcp" version = "0.3.0" description = "A GeoServer MCP server implementation that enhances LLM capabilities with geospatial data and mapping services via GeoServer REST API" readme = "README.md" requires-python = ">=3.10" license = {file = "LICENSE"} authors = [ {name = "Mahdi Nazari Ashani"}, {name = "GeoServer MCP Contributors"}, ] keywords = ["mcp", "geoserver", "llm", "geospatial", "ogc", "wfs", "wms"] classifiers = [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", ] dependencies = [ "mcp==1.6.0", "geoserver-rest==2.9.1", ] [project.scripts] geoserver-mcp = "geoserver_mcp.main:main" [tool.hatch.metadata] allow-direct-references = true

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