We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Jakedismo/master-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Master MCP Server - Comprehensive .gitignore
# Node.js & npm
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*
# Package manager lock files (keep package-lock.json for reproducible builds)
yarn.lock
pnpm-lock.yaml
# Runtime data
pids/
*.pid
*.seed
*.pid.lock
# Coverage directory used by tools like istanbul
coverage/
*.lcov
.nyc_output/
.coverage/
# Compiled output
dist/
build/
lib/
out/
*.tsbuildinfo
# TypeScript cache
*.tsbuildinfo
# ESLint cache
.eslintcache
# Prettier cache
.prettiercache
# 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
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.env.*.local
.env.production
# Secrets and sensitive configuration
config/secrets.json
config/production-secrets.json
.secrets/
secrets/
# IDE and Editor files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
Thumbs.db
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
# Runtime and process files
.pm2/
.pid
# Database
*.db
*.sqlite
*.sqlite3
# Cache directories
.cache/
.parcel-cache/
.next/
.nuxt/
.vuepress/dist
# Temporary directories
tmp/
temp/
.tmp/
.temp/
# Test artifacts
test-results/
junit.xml
coverage-final.json
# Documentation build artifacts
docs/.vitepress/dist/
docs/.vitepress/cache/
.typedoc/
# Deployment artifacts
deploy/secrets/
deploy/keys/
deploy/*.key
deploy/*.pem
# Docker
.dockerignore
docker-compose.override.yml
# Cloudflare Workers
.dev.vars
.wrangler/
worker-configuration.d.ts
# Koyeb
.koyeb/
# SSL certificates and keys
*.pem
*.key
*.crt
*.ca-bundle
*.p12
*.pfx
# API keys and tokens
.api-keys
*.token
auth.json
# Ouroboros and Swarm Agent Files
ouroboros-results/
ouroboros-logs/
ouroboros-cache/
ouroboros-data/
swarm-cache/
swarm-logs/
agent-logs/
agent-results/
agent-cache/
.ouroboros/
.swarm/
# Session and memory files
SESSION-MEMORY.md
session-*.md
.session/
memory/
# MCP specific
mcp-logs/
mcp-cache/
server-data/
server-logs/
backend-servers/
loaded-servers/
.mcp/
# OAuth and authentication
oauth-tokens/
oauth-cache/
.oauth/
tokens/
session-store/
# Performance and monitoring
metrics/
traces/
.monitoring/
perf-data/
# Local development
.dev/
dev-data/
local-config/
local-secrets/
# Husky hooks (if needed, can be uncommented)
.husky/
# Backup files
*.backup
*.bak
*~
# Temporary files
*.tmp
*.temp
# Archive files
*.zip
*.tar.gz
*.rar
*.7z
# Binary files (unless specifically needed)
*.exe
*.dll
*.so
*.dylib
# Cloud provider specific
.aws/
.gcp/
.azure/
# Terraform
*.tfstate
*.tfstate.*
.terraform/
.terraform.lock.hcl
# Kubernetes
*.kubeconfig
# Monitoring and observability
jaeger-data/
prometheus-data/
grafana-data/
# Load testing
artillery-output/
k6-results/
# Keep important files (negative patterns)
!.gitkeep
!.env.example
!.env.template
!config/default.json
!config/schema.json
!examples/**/*.yaml
!examples/**/*.json
!docs/**/*
!deploy/docker/Dockerfile
!deploy/cloudflare/wrangler.toml
!deploy/koyeb/koyeb.yaml
# MCP / local tooling
.crush/
.kiro/
.claude/
.ouroboros/
ouroboros-results/
# Keep uv.lock tracked (do not ignore)
# IDEs and Ouroboros
AGENTS.md
CLAUDE.md
CRUSH.md
GEMINI.md
QWEN.md
IMPLEMENTATION_PLAN.md
SESSION-MEMORY.md
task-definition.md
# Documentation application
.vitepress
# Random
.DS_Store