Skip to main content
Glama
.dockerignore1.13 kB
# ============================================ # Docker Build Exclusions # Optimize build context and image size # ============================================ # Node modules (will be installed in container) node_modules/ npm-debug.log yarn-error.log # package-lock.json - NEEDED for Docker npm ci command # Development files # src/ - NEEDED for Docker build stage # *.ts - NEEDED for Docker build stage # tsconfig.json - NEEDED for Docker build stage .env* !.env.example # Build artifacts (keep dist in case of local builds, but Docker will build fresh) # dist/ - Let Docker build it fresh *.map # Tests test/ tests/ *.test.ts *.test.js *.spec.ts *.spec.js TEST_*.md test-*.ts test-*.js # Documentation *.md !README.md docs/ PHASE_*.md # Git .git/ .gitignore .gitattributes # IDE .vscode/ .idea/ *.swp *.swo *~ .DS_Store # Logs logs/ *.log # Coverage coverage/ .nyc_output/ # Temporary files tmp/ temp/ *.tmp # OS files Thumbs.db .DS_Store # Cloud Run deployment files cloud-run-*.yaml deploy-*.sh gcloud-*.sh # Environment files (use secrets instead) .env .env.local .env.development .env.staging .env.production

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/russelenriquez-agile/tableau-mcp-project'

If you have feedback or need assistance with the MCP directory API, please join our Discord server