We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/danielbushman/MCP-Quickbase'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Development files
.env
.env.test
.env.example
*.log
coverage/
coverage_report.txt
node_modules/
*.tgz
# Source files (only ship built files)
src/
__tests__/
# Development tools
.eslintrc.json
.prettierrc
jest.config.js
tsconfig.json
*.test.ts
*.test.js
# Scripts
*.sh
# Docker files (not needed for npm)
Dockerfile
.dockerignore
glama.yaml
# Documentation files (already on GitHub)
CLAUDE.md
# Version control
.git/
.gitignore
.claude/
.crewchief/
.sdd/
.nvmrc
# IDE files
.vscode/
.idea/
*.swp
*.swo
.DS_Store
# Keep these files
!dist/
!package.json
!package-lock.json
!README.md
!LICENSE
!CHANGELOG.md
!docs/