What is the 顏回 YanHui Debug AI MCP server?
Debug AI with shared KB. One bug fixed = everyone benefits. KB hit 4ms free, new analysis $0.05.
How to install 顏回 YanHui Debug AI
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"yanhui-debug": {
"url": "https://api.washinmura.jp/mcp/debug/{lobster_id}"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"yanhui-debug": {
"serverUrl": "https://api.washinmura.jp/mcp/debug/{lobster_id}"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"yanhui-debug": {
"type": "http",
"url": "https://api.washinmura.jp/mcp/debug/{lobster_id}"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"yanhui-debug": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.washinmura.jp/mcp/debug/{lobster_id}"
]
}
}
}Claude Code
claude mcp add --transport http yanhui-debug https://api.washinmura.jp/mcp/debug/{lobster_id}Related MCP servers
AI debugging with 980+ verified fixes. Search the YanHui KB — never repeat a mistake.
View repository →