From da1748142212d69048ca45276369f0b53108cb3a Mon Sep 17 00:00:00 2001 From: kenji Date: Wed, 24 Jun 2026 15:58:15 +0900 Subject: [PATCH 1/3] Add Mushi Mushi to awesome MCP servers list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug-translation MCP for vibe coders — plain-English diagnosis and paste-ready fix prompts from user-felt bug reports. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8fd373a24..4121ced9b 100644 --- a/README.md +++ b/README.md @@ -1091,6 +1091,7 @@ Tools and integrations that enhance the development workflow and environment man - [kao273183/mk-qa-master](https://github.com/kao273183/mk-qa-master) [![kao273183/mk-qa-master MCP server](https://glama.ai/mcp/servers/kao273183/mk-qa-master/badges/score.svg)](https://glama.ai/mcp/servers/kao273183/mk-qa-master) 🐍 🏠 🍎 🪟 🐧 - AI 測試大師 — end-to-end QA loop over MCP. Drives pytest / Jest / Cypress / Go / Maestro from one surface; analyzes URLs (Web DOM) or live mobile screens (`maestro hierarchy`) to extract testable modules, generates runnable pytest or Maestro YAML with real selectors (not `# TODO` stubs), runs with auto-retry, then writes a prioritized `optimization-plan.md` ranked by evidence (flaky vs broken vs coverage gap). Mobile-first: iOS Simulator, Android Emulator, real devices, and BlueStacks (`QA_ANDROID_HOST=127.0.0.1:5555`). Install via `uvx mk-qa-master`. - [Kapeli/dash-mcp-server](https://github.com/Kapeli/dash-mcp-server) [![Kapeli/dash-mcp-server MCP server](https://glama.ai/mcp/servers/@Kapeli/dash-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@Kapeli/dash-mcp-server) 🐍 🏠 🍎 - MCP server for [Dash](https://kapeli.com/dash), the macOS API documentation browser. Instant search over 200+ documentation sets. - [kenneives/design-token-bridge-mcp](https://github.com/kenneives/design-token-bridge-mcp) [![design-token-bridge-mcp MCP server](https://glama.ai/mcp/servers/kenneives/design-token-bridge-mcp/badges/score.svg)](https://glama.ai/mcp/servers/kenneives/design-token-bridge-mcp) 📇 🏠 - Translates design tokens between platforms — extract from Tailwind, CSS, Figma, or W3C DTCG, then generate Material 3 (Kotlin), SwiftUI, Tailwind config, and CSS Variables with WCAG contrast validation. +- [Mushi Mushi](https://github.com/kensaurus/mushi-mushi) [![kensaurus/mushi-mushi MCP server](https://glama.ai/mcp/servers/kensaurus/mushi-mushi/badges/score.svg)](https://glama.ai/mcp/servers/kensaurus/mushi-mushi) 🏎️ ☁️ - Bug translation for vibe coders: pull a plain-English diagnosis and a paste-ready fix prompt for any user-felt bug, with evidence, blast radius, and fix dispatch — from your AI coding agent. No second LLM key. - [kerbelp/metatron](https://github.com/kerbelp/metatron) [![kerbelp/metatron MCP server](https://glama.ai/mcp/servers/kerbelp/metatron/badges/score.svg)](https://glama.ai/mcp/servers/kerbelp/metatron) 🐍 🏠 🍎 🪟 🐧 - Self-hosted codebase priors and conventions server. Captures codebase design patterns, conventions, and implementation decisions from git history and developer feedback, serving them to coding agents to ensure local project standards are followed. - [kevinswint/xcode-studio-mcp](https://github.com/kevinswint/xcode-studio-mcp) [![kevinswint/xcode-studio-mcp MCP server](https://glama.ai/mcp/servers/kevinswint/xcode-studio-mcp/badges/score.svg)](https://glama.ai/mcp/servers/kevinswint/xcode-studio-mcp) 📇 🏠 🍎 - Unified MCP server for iOS development — build, run, screenshot, and interact with iOS Simulator. - [kindly-software/kdb](https://github.com/kindly-software/kdb) 🦀 ☁️ - AI-powered time-travel debugger with bidirectional execution replay, audit-compliant hash-chain logging, and SIMD-accelerated stack unwinding. Free Hobby tier available. From a616ecfd3d38286fd6f3250ed756bb27fb2130b5 Mon Sep 17 00:00:00 2001 From: kenji Date: Wed, 22 Jul 2026 18:43:50 +0900 Subject: [PATCH 2/3] Use owner/repo format for Mushi Mushi entry Rename display name to kensaurus/mushi-mushi per maintainer review. Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4121ced9b..16957cede 100644 --- a/README.md +++ b/README.md @@ -1091,7 +1091,7 @@ Tools and integrations that enhance the development workflow and environment man - [kao273183/mk-qa-master](https://github.com/kao273183/mk-qa-master) [![kao273183/mk-qa-master MCP server](https://glama.ai/mcp/servers/kao273183/mk-qa-master/badges/score.svg)](https://glama.ai/mcp/servers/kao273183/mk-qa-master) 🐍 🏠 🍎 🪟 🐧 - AI 測試大師 — end-to-end QA loop over MCP. Drives pytest / Jest / Cypress / Go / Maestro from one surface; analyzes URLs (Web DOM) or live mobile screens (`maestro hierarchy`) to extract testable modules, generates runnable pytest or Maestro YAML with real selectors (not `# TODO` stubs), runs with auto-retry, then writes a prioritized `optimization-plan.md` ranked by evidence (flaky vs broken vs coverage gap). Mobile-first: iOS Simulator, Android Emulator, real devices, and BlueStacks (`QA_ANDROID_HOST=127.0.0.1:5555`). Install via `uvx mk-qa-master`. - [Kapeli/dash-mcp-server](https://github.com/Kapeli/dash-mcp-server) [![Kapeli/dash-mcp-server MCP server](https://glama.ai/mcp/servers/@Kapeli/dash-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@Kapeli/dash-mcp-server) 🐍 🏠 🍎 - MCP server for [Dash](https://kapeli.com/dash), the macOS API documentation browser. Instant search over 200+ documentation sets. - [kenneives/design-token-bridge-mcp](https://github.com/kenneives/design-token-bridge-mcp) [![design-token-bridge-mcp MCP server](https://glama.ai/mcp/servers/kenneives/design-token-bridge-mcp/badges/score.svg)](https://glama.ai/mcp/servers/kenneives/design-token-bridge-mcp) 📇 🏠 - Translates design tokens between platforms — extract from Tailwind, CSS, Figma, or W3C DTCG, then generate Material 3 (Kotlin), SwiftUI, Tailwind config, and CSS Variables with WCAG contrast validation. -- [Mushi Mushi](https://github.com/kensaurus/mushi-mushi) [![kensaurus/mushi-mushi MCP server](https://glama.ai/mcp/servers/kensaurus/mushi-mushi/badges/score.svg)](https://glama.ai/mcp/servers/kensaurus/mushi-mushi) 🏎️ ☁️ - Bug translation for vibe coders: pull a plain-English diagnosis and a paste-ready fix prompt for any user-felt bug, with evidence, blast radius, and fix dispatch — from your AI coding agent. No second LLM key. +- [kensaurus/mushi-mushi](https://github.com/kensaurus/mushi-mushi) [![kensaurus/mushi-mushi MCP server](https://glama.ai/mcp/servers/kensaurus/mushi-mushi/badges/score.svg)](https://glama.ai/mcp/servers/kensaurus/mushi-mushi) 🏎️ ☁️ - Bug translation for vibe coders: pull a plain-English diagnosis and a paste-ready fix prompt for any user-felt bug, with evidence, blast radius, and fix dispatch — from your AI coding agent. No second LLM key. - [kerbelp/metatron](https://github.com/kerbelp/metatron) [![kerbelp/metatron MCP server](https://glama.ai/mcp/servers/kerbelp/metatron/badges/score.svg)](https://glama.ai/mcp/servers/kerbelp/metatron) 🐍 🏠 🍎 🪟 🐧 - Self-hosted codebase priors and conventions server. Captures codebase design patterns, conventions, and implementation decisions from git history and developer feedback, serving them to coding agents to ensure local project standards are followed. - [kevinswint/xcode-studio-mcp](https://github.com/kevinswint/xcode-studio-mcp) [![kevinswint/xcode-studio-mcp MCP server](https://glama.ai/mcp/servers/kevinswint/xcode-studio-mcp/badges/score.svg)](https://glama.ai/mcp/servers/kevinswint/xcode-studio-mcp) 📇 🏠 🍎 - Unified MCP server for iOS development — build, run, screenshot, and interact with iOS Simulator. - [kindly-software/kdb](https://github.com/kindly-software/kdb) 🦀 ☁️ - AI-powered time-travel debugger with bidirectional execution replay, audit-compliant hash-chain logging, and SIMD-accelerated stack unwinding. Free Hobby tier available. From c44171e3e3e803e125426038ac825f16dfdf2877 Mon Sep 17 00:00:00 2001 From: kenji Date: Wed, 22 Jul 2026 18:50:59 +0900 Subject: [PATCH 3/3] Enrich Mushi Mushi entry: correct language emoji, tool count, install cmd MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fix codebase emoji (was Go 🏎️, now TypeScript 📇) + add scope/OS emojis - Add verified capability facts: 80+ tools, Supabase-backed, MIT SDK - Add npx invocation and fix-dispatch detail (consolidates duplicate PR #8437) Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16957cede..0ab4e3681 100644 --- a/README.md +++ b/README.md @@ -1091,7 +1091,7 @@ Tools and integrations that enhance the development workflow and environment man - [kao273183/mk-qa-master](https://github.com/kao273183/mk-qa-master) [![kao273183/mk-qa-master MCP server](https://glama.ai/mcp/servers/kao273183/mk-qa-master/badges/score.svg)](https://glama.ai/mcp/servers/kao273183/mk-qa-master) 🐍 🏠 🍎 🪟 🐧 - AI 測試大師 — end-to-end QA loop over MCP. Drives pytest / Jest / Cypress / Go / Maestro from one surface; analyzes URLs (Web DOM) or live mobile screens (`maestro hierarchy`) to extract testable modules, generates runnable pytest or Maestro YAML with real selectors (not `# TODO` stubs), runs with auto-retry, then writes a prioritized `optimization-plan.md` ranked by evidence (flaky vs broken vs coverage gap). Mobile-first: iOS Simulator, Android Emulator, real devices, and BlueStacks (`QA_ANDROID_HOST=127.0.0.1:5555`). Install via `uvx mk-qa-master`. - [Kapeli/dash-mcp-server](https://github.com/Kapeli/dash-mcp-server) [![Kapeli/dash-mcp-server MCP server](https://glama.ai/mcp/servers/@Kapeli/dash-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@Kapeli/dash-mcp-server) 🐍 🏠 🍎 - MCP server for [Dash](https://kapeli.com/dash), the macOS API documentation browser. Instant search over 200+ documentation sets. - [kenneives/design-token-bridge-mcp](https://github.com/kenneives/design-token-bridge-mcp) [![design-token-bridge-mcp MCP server](https://glama.ai/mcp/servers/kenneives/design-token-bridge-mcp/badges/score.svg)](https://glama.ai/mcp/servers/kenneives/design-token-bridge-mcp) 📇 🏠 - Translates design tokens between platforms — extract from Tailwind, CSS, Figma, or W3C DTCG, then generate Material 3 (Kotlin), SwiftUI, Tailwind config, and CSS Variables with WCAG contrast validation. -- [kensaurus/mushi-mushi](https://github.com/kensaurus/mushi-mushi) [![kensaurus/mushi-mushi MCP server](https://glama.ai/mcp/servers/kensaurus/mushi-mushi/badges/score.svg)](https://glama.ai/mcp/servers/kensaurus/mushi-mushi) 🏎️ ☁️ - Bug translation for vibe coders: pull a plain-English diagnosis and a paste-ready fix prompt for any user-felt bug, with evidence, blast radius, and fix dispatch — from your AI coding agent. No second LLM key. +- [kensaurus/mushi-mushi](https://github.com/kensaurus/mushi-mushi) [![kensaurus/mushi-mushi MCP server](https://glama.ai/mcp/servers/kensaurus/mushi-mushi/badges/score.svg)](https://glama.ai/mcp/servers/kensaurus/mushi-mushi) 📇 🏠 ☁️ 🍎 🪟 🐧 - Bug-report triage and fix-dispatch MCP for vibe coders. Ask your AI coding agent for a plain-English diagnosis of any user-reported bug — with evidence, blast radius, and a paste-ready fix prompt — then dispatch an automated GitHub fix PR without a second LLM key. 80+ tools, Supabase-backed, MIT SDK. `npx @mushi-mushi/mcp` - [kerbelp/metatron](https://github.com/kerbelp/metatron) [![kerbelp/metatron MCP server](https://glama.ai/mcp/servers/kerbelp/metatron/badges/score.svg)](https://glama.ai/mcp/servers/kerbelp/metatron) 🐍 🏠 🍎 🪟 🐧 - Self-hosted codebase priors and conventions server. Captures codebase design patterns, conventions, and implementation decisions from git history and developer feedback, serving them to coding agents to ensure local project standards are followed. - [kevinswint/xcode-studio-mcp](https://github.com/kevinswint/xcode-studio-mcp) [![kevinswint/xcode-studio-mcp MCP server](https://glama.ai/mcp/servers/kevinswint/xcode-studio-mcp/badges/score.svg)](https://glama.ai/mcp/servers/kevinswint/xcode-studio-mcp) 📇 🏠 🍎 - Unified MCP server for iOS development — build, run, screenshot, and interact with iOS Simulator. - [kindly-software/kdb](https://github.com/kindly-software/kdb) 🦀 ☁️ - AI-powered time-travel debugger with bidirectional execution replay, audit-compliant hash-chain logging, and SIMD-accelerated stack unwinding. Free Hobby tier available.