We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/GravityKit/gravity-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Source control
.git/
.gitignore
# Testing
src/tests/
test-results/
test-artifacts/
coverage/
*.test.js
# Development
.env*
scripts/setup-test-data.js
tmp/
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
# Logs
*.log
logs/
# MacOS
.DS_Store
# Documentation (keep only essential docs)
COMPREHENSIVE_PLAN.md
AGENTS.md
CLAUDE.md
# Development dependencies
node_modules/