We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bernierllc/brain-trust-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Plans folder
plans/
# 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
# Virtual Environment
venv/
.venv/
ENV/
env/
# IDE
.vscode/
.idea/
.cursor/
*.swp
*.swo
*~
# Environment Variables
.env
.env.*
!.env.example
# Logs
*.log
logs/
# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.mypy_cache/
.pytype/
.hypothesis/
# OS
.DS_Store
.AppleDouble
.LSOverride
Thumbs.db
ehthumbs.db
Desktop.ini
# Docker
.dockerignore
# Temporary files
*.tmp
*.bak
*.backup
*.old
tmp/
temp/
release_notes/
# Database
*.db
*.sqlite
*.sqlite3
# Documentation builds
docs/_build/
site/