Skip to main content
Glama

Multi-Cloud Infrastructure MCP Server

by nomadslayer
.gitignore963 B
# 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 MANIFEST *.log # Virtual Environment venv/ env/ ENV/ .venv # IDE .vscode/ .idea/ *.swp *.swo *~ .DS_Store # Environment Variables .env .env.local .env.*.local # Docker .dockerignore # SkyPilot .sky/ ~/.sky/ *.sky_cache/ # Logs logs/ *.log npm-debug.log* yarn-debug.log* yarn-error.log* # Data data/ *.csv *.db *.sqlite *.sqlite3 # Backups *.bak *.backup backup_* # Temporary files tmp/ temp/ *.tmp # OS .DS_Store Thumbs.db # Testing .pytest_cache/ .coverage htmlcov/ .tox/ .hypothesis/ # Documentation builds docs/_build/ site/ # Secrets (extra protection) secrets/ *.key *.pem *.crt credentials.json service-account*.json # ClickHouse data (if running locally) clickhouse-data/ # Redis data redis-data/ # Grafana data grafana-data/ # Prometheus data prometheus-data/

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nomadslayer/infra-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server