We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/taylorleese/mcp-tools'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
*.egg
# Virtual environments
.venv/
venv/
ENV/
env/
# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
coverage.xml
*.cover
junit.xml
tests/
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
# Git
.git/
.gitignore
.gitattributes
# CI/CD
.github/
# Linting
.mypy_cache/
.ruff_cache/
.pre-commit-config.yaml
# Documentation
docs/
*.md
!README.md
# Misc
.DS_Store
.env
.env.*
!.env.example
node_modules/
.cache/
# Temporary
/tmp/
*.log
*.db
*.db-shm
*.db-wal