pingfusi

alex-durango/pingfusi
★ 78 stars JavaScript AI/LLM Updated today
MCP server + CLI that puts a real human in your coding agent's loop. It publishes work mid-task, a reviewer pins what's wrong and returns a verdict, and the agent iterates until approved.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pingfusi": {
      "command": "npx",
      "args": [
        "-y",
        "alex-durango/pingfusi"
      ]
    }
  }
}

Topics

ai-agentsclaude-codeclicode-reviewcoding-agentshuman-in-the-loopmcpmcp-serverqawebsite-cloning