We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bee4come/plan-mcp'
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
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual Environment
venv/
ENV/
env/
.venv
# PyCharm
.idea/
# VS Code
.vscode/
# Jupyter Notebook
.ipynb_checkpoints
# Environment files
.env
.env.local
.env.*.local
# Files containing API keys (exclude from git)
claude_desktop_config.json
add_to_claude_code.sh
CLAUDE_CODE_SETUP.md
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# pytest
.pytest_cache/
.coverage
htmlcov/
# Logs
logs/
*.log
# OS
.DS_Store
*.swp
*.swo
# Project specific
tmp/
temp/
*.tmp