Skip to content
Claude Desktop

Mushi Mushi for Claude Desktop

io.github.kensaurus/mushi-mushi

The bug mediator for AI-built apps: plain-English diagnosis + a ready fix, in your editor.

client:Claude Desktop transport:streamable-http runtime:npm

Install Mushi Mushi in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "mushi-mushi": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://dxptnwrhwsqckaftyymj.supabase.co/functions/v1/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Mushi Mushi in other clients