Skip to content
Cursor

confucius debug for Cursor

io.github.sstklen/confucius-debug

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

client:Cursor transport:stdio runtime:npm

Install confucius debug in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

confucius debug in other clients