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
{
"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