Skip to main content
Glama

OpenAPI Lambda MCP Server

by ingeno
.dockerignore986 B
# ============================================================================== # Docker Ignore File - Exclude unnecessary files from Docker context # ============================================================================== # Python __pycache__/ *.py[cod] *$py.class *.so .Python *.egg-info/ dist/ build/ *.egg # Testing .pytest_cache/ .coverage htmlcov/ .tox/ .hypothesis/ # IDEs .vscode/ .idea/ *.swp *.swo *~ .DS_Store # Git .git/ .gitignore .gitattributes # CI/CD .github/ .gitlab-ci.yml # Documentation *.md docs/ README* LICENSE* CHANGELOG* # CDK cdk.out/ .cdk.staging/ cdk.context.json # Virtual environments venv/ .venv/ env/ ENV/ # Node modules (if any) node_modules/ # Logs *.log logs/ # OS Thumbs.db # Temporary files *.tmp *.temp .cache/ # Build artifacts that should be excluded packages/*/build/ !packages/apis/*/build/ # Test files **/test_*.py **/tests/ **/*_test.py # Original spec downloads (keep only the processed ones) *.original-download.yml

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/ingeno/mcp-openapi-lambda'

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