serverless-mcp-builder

pinhigh-ai/serverless-mcp-builder
★ 0 stars TypeScript Security Updated 3d ago
An agent skill that guides a coding agent through building a remote MCP server on AWS serverless: FastMCP (TypeScript) on a single Lambda behind an API Gateway HTTP API, deployed with SAM, with OAuth 2.1 sign-in (GitHub, org-restricted) built in.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "serverless-mcp-build": {
      "command": "npx",
      "args": [
        "-y",
        "pinhigh-ai/serverless-mcp-builder"
      ]
    }
  }
}