Skip to main content
Glama
.dockerignoreโ€ข563 B
# Git and version control .git .gitignore .gitattributes # Python __pycache__ *.py[cod] *$py.class *.so .Python .venv venv/ env/ ENV/ .pytest_cache *.egg-info dist/ build/ # IDE .vscode .idea *.swp *.swo *~ .DS_Store # Environment files .env .env.local .env.*.local # Logs *.log logs/ # Data and cache data/ *.db *.sqlite # Agent-specific .gemini .claude .aider* # Lock files (we'll use requirements.txt in container) uv.lock poetry.lock Pipfile.lock # Documentation *.md !README.md # Test files tests/ .coverage htmlcov/ .tox/ # OS Thumbs.db .DS_Store

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/carlosduplar/multi-agent-mcp'

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