mushi-mushi
About
Your AI shipped it. Mushi tells you why it broke — plain diagnosis and a paste-ready fix prompt in Cursor. No second LLM key.
Details
- Author
- kensaurus
- Downloads
- 326
- Categories
- Other
Jump to
- 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
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
mushi-mushiCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mushi-mushi": {
"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>"
}
}
}
}
}
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>"
}
}
}
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.Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



