the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.kensaurus/mushi-mushi",
"description": "Bug translation for vibe coders: plain-English diagnosis + paste-ready fix in your AI coding agent",
"title": "Mushi Mushi",
"repository": {
"url": "https://github.com/kensaurus/mushi-mushi",
"source": "github",
"subfolder": "packages/mcp"
},
"version": "0.20.2",
"websiteUrl": "https://kensaur.us/mushi-mushi/docs/quickstart/mcp",
"icons": [
{
"src": "https://raw.githubusercontent.com/kensaurus/mushi-mushi/master/packages/brand/src/logo-mark-512.png",
"mimeType": "image/png"
}
],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@mushi-mushi/mcp",
"version": "0.20.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Project ingest/admin API key minted in the Mushi console (Settings → API Keys). Scope mcp:read for triage, mcp:write to dispatch fixes.",
"isRequired": true,
"isSecret": true,
"name": "MUSHI_API_KEY"
},
{
"description": "Project UUID the key belongs to. Optional for single-project account keys.",
"name": "MUSHI_PROJECT_ID"
},
{
"description": "Override the API base URL (self-hosted deployments). Defaults to the hosted Mushi Cloud endpoint.",
"name": "MUSHI_API_ENDPOINT"
},
{
"description": "Comma-separated feature groups to expose (triage,fixes,inventory,setup,docs). Defaults to the lean catalog; use 'all' for the full tool set.",
"name": "MUSHI_FEATURES"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://dxptnwrhwsqckaftyymj.supabase.co/functions/v1/mcp",
"headers": [
{
"description": "Bearer <MUSHI_API_KEY> — a project API key with the mcp:read (and optionally mcp:write) scope.",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-16T15:03:57.358361Z",
"publishedAt": "2026-08-16T15:03:57.358361Z",
"updatedAt": "2026-08-16T15:03:57.358361Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonhosted · an address you calllocal · you run it yourselfversion 0.20.2last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.