MCP.so
Sign In

mushi-mushi

@kensaurus

About mushi-mushi

Your AI shipped it. Mushi tells you why it broke — plain diagnosis and a paste-ready fix prompt in Cursor. No second LLM key.

Basic information

Category

Other

Transports

stdio

Publisher

kensaurus

Submitted by

kenji

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "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>"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is mushi-mushi?

Mushi turns user-felt bugs into a plain diagnosis and a paste-ready fix prompt. It works from Cursor, Claude Code, or VS Code over MCP and is aimed at developers who want to debug and fix issues directly inside their editor.

How to use mushi-mushi?

Install by running npx mushi-mushi setup --ide cursor or visiting the connect documentation at https://kensaur.us/mushi-mushi/docs/connect. Once set up, you can invoke tools like triage, get_fix_context, QA story runs, and codebase search (when the codebase is indexed). No second LLM key is needed; a free tier covers triage and fix context generation.

Key features of mushi-mushi

  • Turns user bugs into diagnosis and fix prompt
  • Works from Cursor, Claude Code, and VS Code
  • Tools: triage, get_fix_context, QA runs, codebase search
  • No second LLM key required
  • Free tier available for triage and fix context

Use cases of mushi-mushi

  • Diagnose user‑reported bugs without leaving the editor
  • Generate a paste‑ready fix prompt from a bug report
  • Run QA story runs to validate fixes
  • Search an indexed codebase for relevant context

FAQ from mushi-mushi

What IDEs does mushi-mushi support?

Mushi works from Cursor, Claude Code, and VS Code over MCP.

Do I need a second LLM key?

No. Mushi does not require a second LLM key.

Is there a free tier?

Yes, the free tier covers triage and fix context generation.

What tools does mushi-mushi provide?

Tools include triage reports, get_fix_context, QA story runs, and codebase search (when the codebase is indexed).

Comments

More Other MCP servers