We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pab1it0/prometheus-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Git
.git
.gitignore
.github
# CI
.codeclimate.yml
.travis.yml
.taskcluster.yml
# Docker
docker-compose.yml
.docker
# Byte-compiled / optimized / DLL files
**/__pycache__/
**/*.py[cod]
**/*$py.class
**/*.so
**/.pytest_cache
**/.coverage
**/htmlcov
# Virtual environment
.env
.venv/
venv/
ENV/
# IDE
.idea
.vscode
# macOS
.DS_Store
# Windows
Thumbs.db
# Config
.env
# Distribution / packaging
*.egg-info/