/ Annuaire / Playground / Lambda MCP Server (mikegc-aws)
● Communauté mikegc-aws ⚡ Instantané

Lambda MCP Server (mikegc-aws)

par mikegc-aws · mikegc-aws/Lambda-MCP-Server

Simple MCP tool server on AWS Lambda with streaming HTTP.

Simple MCP tool server on AWS Lambda with streaming HTTP.

Démo en direct

Aperçu en pratique

lambda-mcp-server-mikegc.replay ▶ prêt
0/0

Installer

Choisissez votre client

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

Ouvrez Claude Desktop → Settings → Developer → Edit Config. Redémarrez après avoir enregistré.

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

Cursor utilise le même schéma mcpServers que Claude Desktop. La config projet l'emporte sur la globale.

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

Cliquez sur l'icône MCP Servers dans la barre latérale Cline, puis "Edit Configuration".

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

Même format que Claude Desktop. Redémarrez Windsurf pour appliquer.

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

Continue utilise un tableau d'objets serveur plutôt qu'une map.

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

Ajoutez dans context_servers. Zed recharge à chaud à la sauvegarde.

claude mcp add lambda-mcp-server-mikegc -- npx -y lambda-mcp-server-mikegc

Une seule ligne. Vérifiez avec claude mcp list. Supprimez avec claude mcp remove.

Cas d'usage

Usages concrets : Lambda MCP Server (mikegc-aws)

Get started with Lambda MCP Server (mikegc-aws)

Quand l'utiliser : When you want to bring Lambda MCP Server (mikegc-aws) into your Claude workflow.

Déroulement
  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 Lambda MCP Server (mikegc-aws) to help me with a task.✓ Copié

Résultat : Claude can interact with Lambda MCP Server (mikegc-aws) directly from your IDE.

Plus

Ressources

📖 Lire le README officiel sur GitHub

🐙 Voir les issues ouvertes

🔍 Parcourir les 400+ serveurs MCP et Skills