Catalog
Confucius Debug
Officialby sstklen
AI debugging with 980+ verified fixes. Search the YanHui KB — never repeat a mistake.
AI debugging tool with searchable knowledge base of 980+ verified programming fixes.
README not available yet.
Install
Configuration
Environment variables
CONFUCIUS_LOBSTER_IDYour unique identifier for tracking contributions (any username). Optional for search, required for analyze/contribute.
claude_desktop_config.json
{
"mcpServers": {
"confucius-debug": {
"command": "npx",
"args": [
"-y",
"confucius-debug-mcp@2.0.1"
],
"env": {
"CONFUCIUS_LOBSTER_ID": "<YOUR_CONFUCIUS_LOBSTER_ID>"
}
}
}
}