We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Wayfinder-Foundry/gdal-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
0016-distribution.md•481 B
# ADR-0016-distribution-strategy.md
## Title
Distribution: local `uvx` and remote container
## Status
Proposed
## Context
Users may not have native GDAL locally.
## Decision
* Support **local dev** via `uvx` with pinned wheels.
* Provide **Docker image** with the full stack for remote HTTP deployments; document MCP host config for remote connections.
## Consequences
* Pro: Frictionless adoption; works for both dev and teams.
* Con: Maintain image and tag discipline.