Mushi Mushi MCP Server

Your AI wrote it. Mushi tells you why it broke. Plain-English diagnosis + a paste-ready fix, right inside Cursor and Claude Code. No log-reading. No second LLM API key for MCP.

People connecting DevOps & monitoring tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-22 · ★ 3 · #31 OF 101 MAINTAINED DEVOPS & MONITORING · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Mushi Mushi

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add kensaurus-mushi-mushi --transport http https://dxptnwrhwsqckaftyymj.supabase.co/functions/v1/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "kensaurus-mushi-mushi": {
      "url": "https://dxptnwrhwsqckaftyymj.supabase.co/functions/v1/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://dxptnwrhwsqckaftyymj.supabase.co/functions/v1/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to dxptnwrhwsqckaftyymj.supabase.co

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license MIT - declared in the repository

npm package @mushi-mushi/mcp - the @mushi-mushi scope differs from the repo owner (kensaurus); confirm it's the project's official package

registry namespace io.github.kensaurus is GitHub-verified and matches the repo owner

03 · What Mushi Mushi can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

@mushi-mushi/[email protected] · 2026-08-16

Offline-queue and circuit-breaker resilience fixes: flush() is now re-entrancy-safe (timer + visibility + manual flushes coalesce into one pass - no more double-submitted reports), HTTP 429 opens the circuit breaker…

@mushi-mushi/[email protected] · 2026-08-16

Fix dispatch_fix failing MCP output validation after the dispatch already fired: the REST API returns { dispatchId, status } but the tool's declared outputSchema promised { fixId, status }, so strict clients (Claude…

@mushi-mushi/[email protected] · 2026-08-09

Guard the offline-queue IndexedDB onupgradeneeded handlers against broken · WebView implementations (Facebook/Instagram iOS in-app browsers): open() · can fire upgradeneeded with a null result, or with an…

04 · Who maintains Mushi Mushi

Mushi Mushi is maintained by kensaurus. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
DevOps & monitoring - ranked #31 of 101 actively-maintained DevOps & monitoring servers as of 2026-08-25.
release cadence
5 releases in the last 90 days (latest 2026-08-16)
registry
io.github.kensaurus/mushi-mushi (active, first published 2026-06-24 · 9 versions)
packages
npm:@mushi-mushi/mcp

06 · Mushi Mushi FAQ

What is Mushi Mushi?

Your AI wrote it. Mushi tells you why it broke. Plain-English diagnosis + a paste-ready fix, right inside Cursor and Claude Code. No log-reading. No second LLM API key for MCP.

Is Mushi Mushi still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-22 and it shipped 5 releases in the last 90 days. We re-verify nightly.

How do I install Mushi Mushi?

Run `npx -y @mushi-mushi/mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Mushi Mushi require authentication?

Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to Mushi Mushi

More DevOps & monitoring MCP servers · Regula · Motor Current Signature Analysis

More TypeScript MCP servers · Kody · Open Takeoff · Agent Comm · Agent Discover · Agent Knowledge · see all