airs-apigw-mcp-intercept

scthornton/airs-apigw-mcp-intercept
★ 0 stars Python Security Updated 4d ago
Prisma AIRS runtime API-intercept reference for Amazon API Gateway + Lambda fronting an MCP server (SAM-deployable)
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "airs-apigw-mcp-inter": {
      "command": "uvx",
      "args": [
        "airs-apigw-mcp-intercept"
      ]
    }
  }
}

Or install with pip: pip install airs-apigw-mcp-intercept

README Excerpt

A minimal, deployable reference showing the **one correct place** to wire a Prisma AIRS runtime scan into an Amazon API Gateway + Lambda architecture that fronts an MCP server: the **integration Lambda**, not the Lambda authorizer. It exists because this is the exact thing that trips teams up on AWS AIRS POVs. AIRS "API