Skip to main content
Glama

Hostaway MCP Server

.gitignore995 B
# Spec-Kit & Claude Code # Protect credentials and sensitive data in .claude/ .claude/settings.local.json .claude/hooks/ .claude/mcp/ .claude/.env* # Keep spec-kit commands and docs # .claude/commands/ # .claude/docs/ # Node.js node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* .pnpm-debug.log* package-lock.json yarn.lock pnpm-lock.yaml # Environment files .env .env.local .env.development.local .env.test.local .env.production.local *.env # Build outputs dist/ build/ out/ .next/ .nuxt/ .cache/ # TypeScript *.tsbuildinfo .tsc-cache/ # IDE .vscode/ .idea/ *.swp *.swo *~ .DS_Store # Testing coverage/ .nyc_output/ *.lcov # Logs logs/ *.log # Temporary files tmp/ temp/ *.tmp # Python __pycache__/ *.py[cod] *$py.class *.so .Python .venv/ venv/ ENV/ env/ pip-log.txt pip-delete-this-directory.txt .tox/ .coverage .coverage.* .pytest_cache/ .mypy_cache/ .ruff_cache/ .dmypy.json dmypy.json *.egg-info/ dist/ build/ eggs/ .eggs/ *.egg *.whl uv.lock # OS .DS_Store Thumbs.db

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