MCP.so
登录

mushi-mushi

@kensaurus

关于 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.

基本信息

分类

其他

传输方式

stdio

发布者

kensaurus

提交者

kenji

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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).

评论

其他 分类下的更多 MCP 服务器