We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Xenovative/SageMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Dependencies
node_modules/
# Build output
dist/
# Database files
data/*.db
data/*.db-journal
data/*.db-wal
data/*.db-shm
# Keep data directory structure
!data/.gitkeep
# Environment files
.env
.env.local
.env.*.local
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# OS files
.DS_Store
Thumbs.db
Desktop.ini
# IDE / Editor
.idea/
.vscode/
*.swp
*.swo
*~
# TypeScript cache
*.tsbuildinfo
# Optional npm cache
.npm/
# Test coverage
coverage/
# Temporary files
tmp/
temp/
*.tmp