bugpacker-cli

fbonds/bugpacker-cli
★ 0 stars TypeScript AI/LLM Updated today
CLI and MCP server for Bugpacker bug packages. Give a coding agent the console, network and repro steps from a real bug, without any of it leaving your machine.
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": {
    "bugpacker-cli": {
      "command": "npx",
      "args": [
        "-y",
        "fbonds/bugpacker-cli"
      ]
    }
  }
}