Skip to main content
Glama

STAC MCP Server

by BnJam
.dockerignore624 B
# Git and development files .git .github .gitignore .dockerignore # Container and deployment files docker-compose.yml Containerfile # Python cache and virtual environments __pycache__/ *.py[cod] *$py.class .venv/ venv/ env/ ENV/ .pytest_cache/ .mypy_cache/ .ruff_cache/ # Development and testing tests/ examples/ *.egg-info/ build/ dist/ .coverage coverage.xml htmlcov/ # Documentation and metadata AGENTS.md *.md !README.md !LICENSE # IDE and editor files .vscode/ .idea/ *.swp *.swo *~ # OS generated files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Temporary files *.tmp *.temp *.log

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