Submit

mushi-mushi

@kensaurus

Overview

Why it broke — in your editor

Mushi turns user-felt bugs into a plain diagnosis and a paste-ready fix prompt. Works from Cursor, Claude Code, or VS Code over MCP.

Install: https://kensaur.us/mushi-mushi/docs/connect · npx mushi-mushi setup --ide cursor

Tools: triage reports, get_fix_context, QA story runs, codebase search (when indexed).

No second LLM key. Free tier covers triage + fix context.

Server Config

{
  "mcpServers": {
    "mushi-mushi": {
      "command": "npx",
      "args": [
        "-y",
        "@mushi-mushi/mcp@latest"
      ],
      "env": {
        "MUSHI_API_KEY": "<YOUR_MUSHI_API_KEY>",
        "MUSHI_PROJECT_ID": "<YOUR_PROJECT_UUID>",
        "MUSHI_API_ENDPOINT": "https://dxptnwrhwsqckaftyymj.supabase.co/functions/v1/api",
        "MUSHI_FEATURES": "triage,fixes,inventory,setup,docs"
      }
    },
    "mushi-mushi-hosted": {
      "type": "http",
      "url": "https://dxptnwrhwsqckaftyymj.supabase.co/functions/v1/mcp?features=triage,fixes,inventory,setup,docs",
      "headers": {
        "Authorization": "Bearer <YOUR_MUSHI_API_KEY>",
        "X-Mushi-Project-Id": "<YOUR_PROJECT_UUID>"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.