We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/redhat-data-and-ai/template-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Git and version control
.git/
.gitignore
.gitlab-ci.yml
# Python cache and build artifacts
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
*.egg-info/
build/
dist/
# IDE and editor files
.cursor/
.vscode/
*.swp
*.swo
*~
# Development and documentation
README.md
LICENSE
Makefile
.pre-commit-config.yaml
# OS generated files
.DS_Store
.DS_Store?
._*
Thumbs.db
# Environment files (use .env.template instead)
.env
# Test files (optional - remove if you want tests in container)
tests/
# Container files themselves
Containerfile
.containerignore