We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mansanitizer/fabits-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Dependencies
node_modules/
package-lock.json
# Build output
build/
dist/
!build/.gitkeep
# Logs
logs/
*.log
npm-debug.log*
# Environment
.env
.env.local
.env.*.local
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Auth tokens (IMPORTANT: Never commit!)
auth.json
~/.config/fabits-mcp/
# Test coverage
coverage/
.nyc_output/
# ===========================================
# REFERENCE CODE - For study purposes only
# NEVER commit this directory!
# ===========================================
_reference/