We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jasonsmithj/redash-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Dependencies
node_modules/
# Note: pnpm-lock.yaml should be committed for reproducible builds
# Build outputs
dist/
*.tsbuildinfo
# Testing
coverage/
.nyc_output/
# Environment
.env
.env.local
.env.*.local
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.cursor/
# OS
.DS_Store
Thumbs.db
.AppleDouble
.LSOverride
# Logs
logs/
*.log
npm-debug.log*
pnpm-debug.log*
yarn-debug.log*
yarn-error.log*
# Temporary files
tmp/
temp/
*.tmp
# Act (GitHub Actions local testing)
.secrets
.env.act
# Docker
.dockerignore