We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kadreio/mcp-coding-agents'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Source files
src/
*.ts
!dist/**/*.d.ts
# Development files
.env
.env.*
*.log
*.pid
*.seed
# Test files
tests/
test/
*.test.js
*.spec.js
coverage/
.nyc_output/
# Config files
tsconfig.json
jest.config.*
nodemon.json
.eslintrc.*
.prettierrc.*
# IDE files
.vscode/
.idea/
*.swp
*.swo
.DS_Store
# Git files
.git/
.gitignore
.gitattributes
# CI/CD files
.github/
.gitlab-ci.yml
.travis.yml
# Documentation source
docs/
CLAUDE.md
curl-examples.md
test.txt
# Build artifacts
*.map
node_modules/
# Temporary files
tmp/
temp/
*.tmp
# OS files
Thumbs.db
# Development scripts
tests/scripts/
dev-*.sh
# Keep only compiled output
!dist/