disbug-cli

disbug-io/disbug-cli
★ 0 stars Go 🤖 AI/LLM Updated today
Disbug CLI and MCP server for AI coding agents
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "disbug-cli": {
      "command": "go",
      "args": [
        "run",
        "github.com/disbug-io/disbug-cli@latest"
      ]
    }
  }
}

README Excerpt

Disbug CLI and MCP server for AI coding agents. A single Go binary that reads bug-report sessions from your team's Disbug instance. Use it from your terminal, or hook it into Claude Desktop / Claude Code / Codex / OpenClaw / Hermes / Cursor as an MCP server. ```bash brew install disbug-io/tap/disbug ```