Skip to content
Zed

confucius debug for Zed

io.github.sstklen/confucius-debug

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

client:Zed transport:stdio runtime:npm

Install confucius debug in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "confucius-debug": {
      "command": "npx",
      "args": [
        "-y",
        "confucius-debug-mcp"
      ],
      "env": {
        "CONFUCIUS_LOBSTER_ID": "<CONFUCIUS_LOBSTER_ID>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

confucius debug in other clients