We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/maestro-org/maestro-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Development files
node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Build output (we copy from build stage)
build
# Git
.git
.gitignore
# IDE and editor files
.vscode
.idea
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
# Environment files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Testing
coverage
.jest
# Documentation
README.md
*.md
# CI/CD
.github
# Linting and formatting
.eslintrc.json
.prettierrc
# Other development files
Makefile
jest.config.js