Skip to main content
Glama

Hostaway MCP Server

.dockerignore1.05 kB
# Git .git/ .gitignore .gitattributes # Documentation (exclude specific md files, but keep README.md for hatchling) CHANGELOG*.md CONTRIBUTING.md ARCHITECTURE.md LICENSE CHANGELOG* docs/ specs/ # Development files .vscode/ .idea/ *.swp *.swo *~ .DS_Store Thumbs.db # Environment files .env* !.env.example # Python __pycache__/ *.py[cod] *$py.class *.so .Python .venv/ venv/ ENV/ env/ pip-log.txt .tox/ .coverage .coverage.* .pytest_cache/ .mypy_cache/ .ruff_cache/ .dmypy.json dmypy.json *.egg-info/ dist/ build/ eggs/ .eggs/ *.egg *.whl # uv.lock # IMPORTANT: Keep uv.lock for reproducible Docker builds # Node.js node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* .pnpm-debug.log* package-lock.json yarn.lock pnpm-lock.yaml # Next.js .next/ out/ *.tsbuildinfo # Build outputs dist/ build/ .cache/ # Testing coverage/ .nyc_output/ *.lcov test-results/ playwright-report/ # Logs logs/ *.log # Temporary files tmp/ temp/ *.tmp # Docker Dockerfile* .dockerignore docker-compose*.yml # Claude Code .claude/ # Spec-Kit .specify/

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