We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/chevyfsa/system-designer-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Dependencies
node_modules/
bun.lockb
# Build outputs
dist/
build/
# Testing
coverage/
*.lcov
.nyc_output/
# Environment variables and secrets
.env
.env.local
.env.development
.env.test
.env.production
.dev.vars
wrangler.toml.local
# Cloudflare Workers secrets
.wrangler/
.mf/
# Logs
*.log
logs/
# Runtime data
pids/
*.pid
*.seed
*.pid.lock
# Coverage directory used by tools like istanbul
coverage/
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Temporary files
*.tmp
*.temp
*.cache
# Test files in root directory
test-*.ts
direct-*.ts
# Test scripts (shell scripts for testing)
test-*.sh
# Docker
.dockerignore
Dockerfile
docker/
# Debug files
*.debug
*.dump
# Local development files
*.local
.dev.env
# Internal documentation and planning (not for public release)
PRD.md
docs/SYSTEM-RUNTIME-EXECUTIVE-SUMMARY.md
docs/SYSTEM-RUNTIME-GAP-ANALYSIS.md
docs/SYSTEM-RUNTIME-IMPLEMENTATION-HANDOFF.md
docs/SYSTEM-RUNTIME-INTEGRATION-ANALYSIS.md
docs/BUG_REPORTS.md
docs/IMPLEMENTATION_STATUS.md
# Backup files
*.backup
# Git commit message files (temporary)
.git-commit-msg*.txt
# Development tool directories (local configuration, should not be committed)
.augment/
.serena/
.zed/