We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nobelk/random-number-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Version control
.git
.gitignore
.github
# Virtual environments
.venv*
venv*
env*
# Python bytecode/cache
__pycache__/
*.py[cod]
*$py.class
.pytest_cache
.coverage
.mypy_cache
.ruff_cache
# Build artifacts
dist/
build/
*.egg-info/
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
.DS_Store
# Environment variables and secrets
.env*
*.env
*.key
# Logs
*.log
# Docker related
Dockerfile*
docker-compose*
.dockerignore
# Documentation
docs/
*.md
!README.md
# Temporal and backup files
*.tmp
*.bak
*.backup