We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/averagedigital/mcpforbitrix'
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/
*.egg-info/
.installed.cfg
*.egg
# =============================================================================
# Virtual Environments
# =============================================================================
.venv/
venv/
ENV/
env/
.python-version
# =============================================================================
# IDE / Editor
# =============================================================================
.idea/
.vscode/
*.swp
*.swo
*~
.spyderproject
.spyproject
# =============================================================================
# Environment & Secrets (ВАЖНО!)
# =============================================================================
.env
.env.local
.env.*.local
*.pem
*.key
secrets/
# =============================================================================
# Logs & Cache
# =============================================================================
*.log
.cache/
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
.coverage
.coverage.*
coverage.xml
*.cover
# =============================================================================
# OS Files
# =============================================================================
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# =============================================================================
# Docker
# =============================================================================
.docker/
# =============================================================================
# Documentation Build
# =============================================================================
docs/_build/
docs/build/