Mushi
Rank #5,424io.github.kensaurus/mushi-mushi
Bug translation for vibe coders: plain-English diagnosis + paste-ready fix in your AI coding agent
Mushi is a Model Context Protocol (MCP) server published by kensaurus. It ranks #5,424 of 115,591 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. Mushi is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 5 tracked versions. It was first listed on Jun 24, 2026 and most recently updated on Aug 16, 2026.
Ranks ahead of 110,167 of 115,591 servers on MCP Toplist.
Use Mushi
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http mushi-mushi https://dxptnwrhwsqckaftyymj.supabase.co/functions/v1/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add mushi-mushi -e "MUSHI_API_KEY=<your MUSHI_API_KEY>" -e "MUSHI_PROJECT_ID=<your MUSHI_PROJECT_ID>" -e "MUSHI_API_ENDPOINT=<your MUSHI_API_ENDPOINT>" -e "MUSHI_FEATURES=<your MUSHI_FEATURES>" -- npx -y @mushi-mushi/mcpReplace each placeholder with your own value before saving.
[mcp_servers.mushi-mushi]
url = "https://dxptnwrhwsqckaftyymj.supabase.co/functions/v1/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.mushi-mushi]
command = "npx"
args = ["-y", "@mushi-mushi/mcp"]
[mcp_servers.mushi-mushi.env]
MUSHI_API_KEY = "<your MUSHI_API_KEY>"
MUSHI_PROJECT_ID = "<your MUSHI_PROJECT_ID>"
MUSHI_API_ENDPOINT = "<your MUSHI_API_ENDPOINT>"
MUSHI_FEATURES = "<your MUSHI_FEATURES>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://dxptnwrhwsqckaftyymj.supabase.co/functions/v1/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"mushi-mushi": {
"command": "npx",
"args": [
"-y",
"@mushi-mushi/mcp"
],
"env": {
"MUSHI_API_KEY": "<your MUSHI_API_KEY>",
"MUSHI_PROJECT_ID": "<your MUSHI_PROJECT_ID>",
"MUSHI_API_ENDPOINT": "<your MUSHI_API_ENDPOINT>",
"MUSHI_FEATURES": "<your MUSHI_FEATURES>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mushi-mushi": {
"url": "https://dxptnwrhwsqckaftyymj.supabase.co/functions/v1/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"mushi-mushi": {
"command": "npx",
"args": [
"-y",
"@mushi-mushi/mcp"
],
"env": {
"MUSHI_API_KEY": "<your MUSHI_API_KEY>",
"MUSHI_PROJECT_ID": "<your MUSHI_PROJECT_ID>",
"MUSHI_API_ENDPOINT": "<your MUSHI_API_ENDPOINT>",
"MUSHI_FEATURES": "<your MUSHI_FEATURES>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mushi-mushi": {
"type": "http",
"url": "https://dxptnwrhwsqckaftyymj.supabase.co/functions/v1/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"mushi-mushi": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mushi-mushi/mcp"
],
"env": {
"MUSHI_API_KEY": "<your MUSHI_API_KEY>",
"MUSHI_PROJECT_ID": "<your MUSHI_PROJECT_ID>",
"MUSHI_API_ENDPOINT": "<your MUSHI_API_ENDPOINT>",
"MUSHI_FEATURES": "<your MUSHI_FEATURES>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mushi-mushi": {
"serverUrl": "https://dxptnwrhwsqckaftyymj.supabase.co/functions/v1/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"mushi-mushi": {
"command": "npx",
"args": [
"-y",
"@mushi-mushi/mcp"
],
"env": {
"MUSHI_API_KEY": "<your MUSHI_API_KEY>",
"MUSHI_PROJECT_ID": "<your MUSHI_PROJECT_ID>",
"MUSHI_API_ENDPOINT": "<your MUSHI_API_ENDPOINT>",
"MUSHI_FEATURES": "<your MUSHI_FEATURES>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mushi-mushi": {
"url": "https://dxptnwrhwsqckaftyymj.supabase.co/functions/v1/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"mushi-mushi": {
"command": "npx",
"args": [
"-y",
"@mushi-mushi/mcp"
],
"env": {
"MUSHI_API_KEY": "<your MUSHI_API_KEY>",
"MUSHI_PROJECT_ID": "<your MUSHI_PROJECT_ID>",
"MUSHI_API_ENDPOINT": "<your MUSHI_API_ENDPOINT>",
"MUSHI_FEATURES": "<your MUSHI_FEATURES>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.kensaurus%2Fmushi-mushi)<a href="https://mcptoplist.com/server/io.github.kensaurus%2Fmushi-mushi"><img src="https://mcptoplist.com/badge/io.github.kensaurus%2Fmushi-mushi.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
kensaurus
Available versions (5)
| Version | Published |
|---|---|
| 0.20.2 | Aug 16, 2026 |
| 0.20.1 | Aug 6, 2026 |
| 0.20.0 | Jul 24, 2026 |
| 0.18.4 | Jul 2, 2026 |
| 0.17.0 | Jun 24, 2026 |
Frequently asked questions
- Who maintains Mushi?
- Mushi is maintained by kensaurus, which publishes 1 MCP server (5 total versions) tracked on MCP Toplist.
- Is Mushi listed on the Official MCP Registry?
- Yes — Mushi is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does Mushi have?
- MCP Toplist tracks 5 versions of Mushi, most recently published on Aug 16, 2026.
- Where can I find the source code for Mushi?
- The source code for Mushi is hosted at github.com/kensaurus/mushi-mushi.