PluginBench
MCP Server

io.github.sstklen/confucius-debug MCP Server

io.github.sstklen/confucius-debug

What is the io.github.sstklen/confucius-debug MCP server?

AI debugging with 980+ verified fixes. Search the YanHui KB — never repeat a mistake.

How to install io.github.sstklen/confucius-debug

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • CONFUCIUS_LOBSTER_ID

    Your unique identifier for tracking contributions (any username). Optional for search, required for analyze/contribute.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "confucius-debug": {
      "command": "npx",
      "args": [
        "-y",
        "confucius-debug-mcp"
      ],
      "env": {
        "CONFUCIUS_LOBSTER_ID": "<YOUR_CONFUCIUS_LOBSTER_ID>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "confucius-debug": {
      "command": "npx",
      "args": [
        "-y",
        "confucius-debug-mcp"
      ],
      "env": {
        "CONFUCIUS_LOBSTER_ID": "<YOUR_CONFUCIUS_LOBSTER_ID>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "confucius-debug": {
      "command": "npx",
      "args": [
        "-y",
        "confucius-debug-mcp"
      ],
      "env": {
        "CONFUCIUS_LOBSTER_ID": "<YOUR_CONFUCIUS_LOBSTER_ID>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "confucius-debug": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "confucius-debug-mcp"
      ],
      "env": {
        "CONFUCIUS_LOBSTER_ID": "<YOUR_CONFUCIUS_LOBSTER_ID>"
      }
    }
  }
}
Claude Code
claude mcp add confucius-debug --env CONFUCIUS_LOBSTER_ID=<YOUR_CONFUCIUS_LOBSTER_ID> -- npx -y confucius-debug-mcp

Related MCP servers

Debug AI with shared KB. One bug fixed = everyone benefits. KB hit 4ms free, new analysis $0.05.

View repository →