Skip to main content
Glama
.dockerignore•1.08 kB
# Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Virtual environments venv/ env/ ENV/ .venv/ .env/ # Testing .pytest_cache/ .coverage htmlcov/ .tox/ .cache .pytest_cache coverage.xml *.cover .hypothesis/ # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Logs *.log logs/ *.log.* # Environment files .env .env.local .env.*.local .env.prod .env.production # Documentation docs/ *.md README* # Git .git/ .gitignore # Docker Dockerfile* .dockerignore docker-compose* # Development files scripts/ tests/ test_*.py *_test.py pytest.ini tox.ini setup.cfg mypy.ini .pre-commit-config.yaml # Temporary files *.tmp *.temp tmp/ temp/ # Node modules (if any) node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* # Backup files *.bak *.backup *.old # Database files *.db *.sqlite *.sqlite3 # Certificates and keys (should use secrets) *.pem *.key *.crt *.p12 *.pfx

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/luxiaolei/tiger-mcp'

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