Skip to content
Cline

Bugfender for Cline

io.github.bugfender/mcp

Access Bugfender logs, crashes, devices, and user feedback from MCP-enabled clients.

client:Cline transport:stdio runtime:npm

Install Bugfender in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@bugfender/mcp"
      ],
      "env": {
        "BUGFENDER_API_TOKEN": "<BUGFENDER_API_TOKEN>",
        "BUGFENDER_REFRESH_TOKEN": "<BUGFENDER_REFRESH_TOKEN>",
        "BUGFENDER_API_URL": "<BUGFENDER_API_URL>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Bugfender in other clients