Skip to content
VS Code

Airbrake MCP Server for VS Code

io.github.dach3r/airbrake-mcp-server

Query Airbrake errors, notices, deploys, and project stats from MCP clients

client:VS Code transport:stdio runtime:npm

Install Airbrake MCP Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "airbrake-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "airbrake-mcp-server"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Airbrake MCP Server in other clients