Skip to main content
Glama
.dockerignore504 B
# Automation .dockerignore # For future containerization of the automation system # Logs (never include in images) logs/ *.log *.json # Temporary files *.tmp *.bak *.swp *~ # Python cache __pycache__/ *.py[cod] *$py.class .pytest_cache/ # Git .git/ .gitignore # Editor files .vscode/ .idea/ *.swp # OS files .DS_Store Thumbs.db # Test coverage .coverage htmlcov/ # Documentation (optional - include if needed) # README.md # Environment files (critical - never include secrets) .env *.env .env.*

Latest Blog Posts

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/darrentmorgan/hostaway-mcp'

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