Skip to main content
Glama
.dockerignore•925 B
# Node modules (will be installed in container) node_modules/ */node_modules/ **/node_modules/ # Development files .env .env.local .env.*.local *.log npm-debug.log* yarn-debug.log* yarn-error.log* # IDE files .vscode/ .idea/ *.swp *.swo *~ # OS files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Git .git .gitignore # Build artifacts that will be rebuilt dist/ build/ coverage/ # Documentation README.md CHANGELOG.md docs/ # Test files tests/ test/ *.test.js *.spec.js # Development dependencies .turbo/ .cache/ # Temporary files tmp/ temp/ *.tmp *.temp # Claude sandbox files claude-sandbox-config.json .claude/ # Todo files todo/ # Scripts (except needed ones) scripts/download-*.js scripts/research-*.js scripts/test-*.js # Data that should not be in the image (will be downloaded during build) data/*.zip data/books-export.json data/*.db # Development containers .devcontainer/

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/pythondev-pro/egw_writings_mcp_server'

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