/ Diretório / Playground / AWS Lambda MCP Cookbook
● Comunidade ran-isenberg ⚡ Instantâneo

AWS Lambda MCP Cookbook

por ran-isenberg · ran-isenberg/aws-lambda-mcp-cookbook

Deployable serverless MCP server blueprint — AWS Lambda + CDK Python + full CI/CD pipeline.

Deployable serverless MCP server blueprint — AWS Lambda + CDK Python + full CI/CD pipeline.

Demo ao vivo

Como fica na prática

aws-lambda-mcp-cookbook.replay ▶ pronto
0/0

Instalar

Escolha seu cliente

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "aws-lambda-mcp-cookbook": {
      "command": "npx",
      "args": [
        "-y",
        "aws-lambda-mcp-cookbook"
      ]
    }
  }
}

Abra Claude Desktop → Settings → Developer → Edit Config. Reinicie após salvar.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "aws-lambda-mcp-cookbook": {
      "command": "npx",
      "args": [
        "-y",
        "aws-lambda-mcp-cookbook"
      ]
    }
  }
}

Cursor usa o mesmo esquema mcpServers que o Claude Desktop. Config de projeto vence a global.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "aws-lambda-mcp-cookbook": {
      "command": "npx",
      "args": [
        "-y",
        "aws-lambda-mcp-cookbook"
      ]
    }
  }
}

Clique no ícone MCP Servers na barra lateral do Cline, depois "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "aws-lambda-mcp-cookbook": {
      "command": "npx",
      "args": [
        "-y",
        "aws-lambda-mcp-cookbook"
      ]
    }
  }
}

Mesmo formato do Claude Desktop. Reinicie o Windsurf para aplicar.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "aws-lambda-mcp-cookbook",
      "command": "npx",
      "args": [
        "-y",
        "aws-lambda-mcp-cookbook"
      ]
    }
  ]
}

O Continue usa um array de objetos de servidor em vez de um map.

~/.config/zed/settings.json
{
  "context_servers": {
    "aws-lambda-mcp-cookbook": {
      "command": {
        "path": "npx",
        "args": [
          "-y",
          "aws-lambda-mcp-cookbook"
        ]
      }
    }
  }
}

Adicione em context_servers. Zed recarrega automaticamente ao salvar.

claude mcp add aws-lambda-mcp-cookbook -- npx -y aws-lambda-mcp-cookbook

Uma linha só. Verifique com claude mcp list. Remova com claude mcp remove.

Casos de uso

Usos do mundo real: AWS Lambda MCP Cookbook

Get started with AWS Lambda MCP Cookbook

Quando usar: When you want to bring AWS Lambda MCP Cookbook into your Claude workflow.

Fluxo
  1. Install the MCP server in your client (see Install tab).
  2. Authenticate or configure required tokens.
  3. Ask Claude to use the new tools.
    Use AWS Lambda MCP Cookbook to help me with a task.✓ Copiado

Resultado: Claude can interact with AWS Lambda MCP Cookbook directly from your IDE.

Mais

Recursos

📖 Leia o README oficial no GitHub

🐙 Ver issues abertas

🔍 Ver todos os 400+ servidores MCP e Skills