We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rblake2320/sectional-mcp-panel'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Python virtual environment
venv/
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
dist/
build/
*.egg-info/
# Local development settings
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Database
*.sqlite3
*.db
data/
# Logs
logs/
*.log
# IDE specific files
.idea/
.vscode/
*.swp
*.swo
# OS specific files
.DS_Store
Thumbs.db