We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hendrickcastro/MCPQL'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Development files
*.log
.env
.env.*
# Tests
__tests__/
*.test.ts
*.test.js
jest.config.*
run-tests.sh
# Development tools
.vscode/
.idea/
*.swp
*.swo
# Node modules (already handled by npm)
node_modules/
# Documentation (except README)
doc/
_Guide/
scripts/
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Git
.git/
.gitignore
# TypeScript source maps
*.map
# Temporary files
tmp/
temp/