We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Angry-Robot-Deals/ace-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Git
.git
.gitignore
# Documentation
docs/
README.md
*.md
# Tests
**/__tests__/**
**/*.test.ts
**/__test-poc__/**
coverage/
.nyc_output
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
logs/
*.log
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Coverage directory used by tools like istanbul
coverage/
# Environment files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Build output
dist/
# Temporary files
tmp/
temp/