We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ozipi/brainloop-mcp-server-v2'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Source files (only ship built files)
src/
scripts/
coverage/
# Config files
.env*
!.env.example
tsconfig.json
.eslintrc*
.prettierrc*
jest.config.*
# Development
node_modules/
*.log
.git/
.github/
.vscode/
.idea/
# Docker
Dockerfile
docker-compose.yml
.dockerignore
# Documentation (except main README)
docs/
*.md
!README.md
!LICENSE
# Testing
__tests__/
*.test.ts
*.spec.ts
# Temporary
*.tmp
*.temp
output/
agent/
# OS
.DS_Store
Thumbs.db