We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Juniper/junos-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Git files
.git
.gitignore
.gitattributes
# Documentation
README.md
*.md
docs/
# Python cache and virtual environments
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
env.bak/
venv.bak/
.venv
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Logs and temporary files
*.log
logs/
tmp/
temp/
# Build artifacts
build/
dist/
*.egg-info/
# Docker files (don't copy docker files into container)
Dockerfile*
docker-compose*.yml
.dockerignore
# Backup files
backups/
*.bak
*.backup
# SSH keys (for security)
*.pem
*.key
id_rsa*
id_ed25519*
# Authentication tokens (contains sensitive data)
.tokens
# Configuration that might contain secrets
.env
.env.local
.env.production