We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/siddjoshi/kube-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Coverage directory used by tools like istanbul
coverage/
*.lcov
# nyc test coverage
.nyc_output
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# Bower dependency directory (https://bower.io/)
bower_components
# node-waf configuration
.lock-wscript
# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release
# Dependency directories
jspm_packages/
# TypeScript cache
*.tsbuildinfo
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# dotenv environment variables file
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.env.*.local
# Configuration files with sensitive data
config.json
config.yaml
config.yml
settings.json
settings.yaml
settings.yml
credentials.json
credentials.yaml
credentials.yml
*credentials*
*config.local*
*settings.local*
# parcel-bundler cache (https://parceljs.org/)
.cache
.parcel-cache
# Next.js build output
.next
# Nuxt.js build / generate output
.nuxt
dist
# Gatsby files
.cache/
public
# Storybook build outputs
.out
.storybook-out
# Temporary folders
tmp/
temp/
# Logs
logs
*.log
# Compiled TypeScript
dist/
build/
lib/
# Jest
.jest/
# Editor directories and files
.vscode/
!.vscode/extensions.json
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
.idea/
*.swp
*.swo
*~
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Kubernetes specific
# Exclude sensitive kubeconfig files
kubeconfig*
*.kubeconfig
.kube/config
# But allow example configs
!kubeconfig.example
!*.kubeconfig.example
# Kubernetes secrets and sensitive manifests
*secret*.yaml
*secret*.yml
*secrets*.yaml
*secrets*.yml
# Helm
charts/*/charts
charts/*/requirements.lock
# Docker
.dockerignore
docker-compose.override.yml
# Local development
.local/
local/
# Backup files
*.bak
*.backup
*.old
# Archive files
*.zip
*.tar.gz
*.tgz
*.rar
# Certificate files (often sensitive)
*.pem
*.key
*.crt
*.csr
*.p12
*.pfx
# Database files
*.db
*.sqlite
*.sqlite3
# Debug files
debug/
*.debug
# Profiling files
*.prof
# Memory dumps
*.heapsnapshot
# Serverless directories
.serverless/
# FuseBox cache
.fusebox/
# DynamoDB Local files
.dynamodb/
# TernJS port file
.tern-port
# Stores VSCode versions used for testing VSCode extensions
.vscode-test
# Yarn v2
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
# Python (for cross-platform MCP development)
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
env.bak/
venv.bak/
pip-log.txt
pip-delete-this-directory.txt
.pytest_cache/
.mypy_cache/
.dmypy.json
dmypy.json
*.egg-info/
.eggs/
# MCP Server specific
mcp-server.log
*.mcp
mcp-config/
mcp-cache/
.mcp/
# API keys and tokens
*.token
*.key
api-keys/
tokens/
auth/
.auth
# Service-specific configs
servicenow.config
*.credentials