We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mcpmux/mcp-mux'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Dependencies
node_modules/
# Build outputs
dist/
build/
target/
out/
# Environment & Secrets
.env
.env.*
!.env.example
*.pem
*.key
*.p12
*.pfx
credentials.json
secrets.json
.mcpregistry_*
# MCP Registry publisher
mcp-publisher.exe
mcp-publisher_*.tar.gz
# IDE
.idea/
.cursor/
*.swp
*.swo
*.code-workspace
# OS
.DS_Store
Thumbs.db
Desktop.ini
ehthumbs.db
# Logs
*.log
npm-debug.log*
pnpm-debug.log*
yarn-debug.log*
yarn-error.log*
# Generated
gen/
*.d.ts.map
# Cache
.cache/
.turbo/
.eslintcache
*.tsbuildinfo
# Test coverage
coverage/
.nyc_output/
# Test reports & assets
test-results/
playwright-report/
blob-report/
html-report/
tests/e2e/reports/
tests/e2e/screenshots/
tests/e2e/videos/
# Tauri
apps/desktop/src-tauri/target/
# Rust
**/*.rs.bk
*.rlib
# Database (local dev)
*.db
*.db-journal
*.sqlite
*.sqlite3
# Tauri bundle outputs
apps/desktop/src-tauri/target/release/bundle/
# Temporary files
*.tmp
*.temp
*.bak
*~
# Debug
debug/
*.dSYM/