Skip to main content
Glama

STAC MCP Server

by BnJam
docker-compose.yml796 B
version: '3.8' services: stac-mcp: build: context: . dockerfile: Containerfile # For direct interaction via stdin/stdout stdin_open: true tty: true # Alternatively, for production use: # image: ghcr.io/bnjam/stac-mcp:latest # Container runs as non-root user by default # No ports exposed - uses stdio transport # Optional: Add environment variables for configuration # environment: # - PYTHONUNBUFFERED=1 # Optional: Add volume mounts for logs or configuration # volumes: # - ./logs:/app/logs:rw # Resource limits for production deployment deploy: resources: limits: memory: 256M cpus: '0.5' reservations: memory: 128M cpus: '0.25'

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/BnJam/stac-mcp'

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