We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/spences10/mcp-omnisearch'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
.pnpm-store/
# Build outputs (we'll rebuild inside container)
dist/
build/
*.tsbuildinfo
# Development files
.env
.env.local
.env.development
.env.test
.env.production
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Git
.git/
.gitignore
# Testing
coverage/
.nyc_output/
*.lcov
# Logs
logs/
*.log
# Runtime data
pids/
*.pid
*.seed
*.pid.lock
# Documentation (unless needed in container)
docs/
*.md
!README.md
# Docker
Dockerfile*
.dockerignore
docker-compose*.yml
# MCPO generated configs (if any exist locally)
mcpo-config*.json
# CI/CD
.github/
.gitlab-ci.yml
.travis.yml
# Misc
.cache/
.parcel-cache/
.next/
.nuxt/
.tmp/
.temp/