We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/djm81/log_analyzer_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Coverage files
!.coveragerc
.coverage
.coverage.*
coverage.xml
coverage_html_report/
htmlcov/
tests/.coverage
tests/coverage.xml
tests/coverage_html_report/
tests/htmlcov/
test_data/
# Python cache files
__pycache__/
.mypy_cache/
.pytest_cache/
*.pyc
*.pyo
*.pyd
*.py.bak
# Virtual environment
venv/
.venv/
# Log files
logs/
!logs/.gitkeep
test_logs/
# Environment files
.env
.env.*
!.env.template
.cursor/mcp.json
# Data files
dist/
data/
chroma_data/
# IDE files
.vscode/
.idea/
*.code-workspace
# OS specific
.DS_Store
Thumbs.db
# Dependencies
latest_requirements.txt