feedbug-mcp

joffreyBerrier/feedbug-mcp
★ 0 stars TypeScript AI/LLM Updated 1d ago
MCP server for Feedbug. Your AI agent reads visual bug reports (screenshot, console, DOM context) from Linear and traces them to source.
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": {
    "feedbug-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "joffreyBerrier/feedbug-mcp"
      ]
    }
  }
}

README Excerpt

**Visual bug reports your AI agent can actually fix.** This MCP server plugs that data straight into your AI coding agent (Claude Code, Cursor, Windsurf, VS Code). The agent reads the bug, gets the exact CSS selector and component path, traces it to the source file, proposes the patch, and marks the bug resolved.

Tools (9)

FEEDBUG_API_URLFEEDBUG_PROJECT_KEYfeedbug_add_commentfeedbug_get_bugfeedbug_get_diagnosticsfeedbug_get_html_contextfeedbug_get_replayfeedbug_list_bugsfeedbug_resolve_bug

Topics

aibug-reportingclaudecursorlinearmcpmodel-context-protocol