We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/idanfishman/prometheus-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Version control
**/.git
**/.github
**/.gitignore
# IDE and editor files
**/.classpath
**/.project
**/.settings
**/.toolstarget
**/.vs
**/.vscode
# Dependencies and lock files
**/node_modules
# Build outputs and generated files
**/build
**/coverage
**/dist
**/.cache
**/.next
# Configuration files
**/.dockerignore
**/.env
**/.nvmrc
**/.prettier*
eslint.config.mjs
vitest.config.js
# Docker and deployment files
**/charts
**/compose.y*ml
**/docker-compose*
**/Dockerfile*
**/secrets.dev.yaml
**/values.dev.yaml
# Project files (platform specific)
**/*.*proj.user
**/*.dbmdl
**/*.jfm
**/obj
# Log files
**/npm-debug.log
# Documentation
CHANGELOG.md
LICENSE
README.md