We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/chrisdoc/hevy-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Dependencies and build artifacts
node_modules/
dist/
coverage/
.nyc_output/
# Environment and configuration files
.env
.env.local
.env.*.local
.dotenvx/
# Development files
.cm/
.cursor/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Git and version control
.git/
.gitignore
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Test and coverage files
tests/
*.test.ts
*.spec.ts
# Documentation
*.md
!README.md
CHANGELOG.md
CLAUDE.md
docs/
# CI/CD files
.github/
.releaserc.json
codecov.yml
lefthook.yml
# Build tools config that aren't needed in container
# Keep tsup and tsconfig available for the builder stage
# (needed to run tsup inside Docker)
biome.json
kubb.config.ts
commitlint.config.js
mise.toml
# Re-include specific build configs required for bundling
!tsup.config.ts
!tsconfig.json
# Temporary files
tmp/
temp/
*.tmp
# OpenAPI spec (not needed in production container)
openapi-spec.json
scripts/