Skip to main content
Glama
.dockerignore766 B
# Docker ignore file for ai-mcp-gateway # Node modules node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* # Build output (will be built in Docker) dist/ # Environment files (use .env.docker instead) .env .env.local .env.*.local # Logs logs/ *.log # Testing coverage/ .nyc_output/ # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store Thumbs.db # Git .git/ .gitignore # Documentation (no need in container) *.md !README.md # Test files tests/ playwright/ *.spec.ts *.test.ts vitest.config.ts playwright.config.ts # Development configs (keep tsconfig.json and tsup.config.ts for build) .prettierrc .eslintrc eslint.config.js # Docker files (no need inside container) Dockerfile docker-compose*.yml .dockerignore # Temporary files tmp/ temp/ *.tmp

Latest Blog Posts

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/babasida246/ai-mcp-gateway'

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