🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

confucius-debug-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

confucius-debug-mcp

Confucius Debug MCP Server — AI debugging that never repeats a mistake. 6,800+ issues, 980+ verified fixes.

latest
Source
npmnpm
Version
2.0.1
Version published
Maintainers
1
Created
Source

Confucius Debug MCP Server 🦞

"不貳過" — Never repeat a mistake. (Confucius, Analects 6.3)

AI debugging assistant backed by the YanHui Knowledge Base — 6,800+ scraped issues and 980+ verified fixes from real AI agent projects.

Quick Start

For clients that support HTTP MCP (Claude Code, etc.):

{
  "mcpServers": {
    "confucius-debug": {
      "url": "https://api.washinmura.jp/mcp/debug"
    }
  }
}

Option 2: stdio proxy (via npx)

For clients that only support stdio (Claude Desktop, Cursor, etc.):

{
  "mcpServers": {
    "confucius-debug": {
      "command": "npx",
      "args": ["-y", "confucius-debug-mcp"]
    }
  }
}

Tools

ToolCostDescription
debug_searchFREESearch 980+ verified fixes instantly
debug_analyzeFREEAI-powered root cause analysis
debug_contributeFREEShare your fix to help others
debug_helloFREEBuild your local YanHui KB + earn 10U credits

How It Works

You hit a bug
    ↓
1. debug_search (FREE, instant)
    ↓
   Found? → Use the fix directly
   Not found? ↓
2. debug_analyze (FREE)
    ↓
   Fix saved to KB → Next person gets it FREE
  • GitHub: sstklen/confucius-debug
  • API Docs: api.washinmura.jp/confucius
  • By: Washin Village — animal sanctuary, Boso Peninsula, Japan

License

MIT

Keywords

mcp

FAQs

Package last updated on 26 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts