airbrake-mcp

francktrouillez/airbrake-mcp
★ 1 stars TypeScript AI/LLM Updated 14d ago
Unofficial MCP (Model Context Protocol) server for the Airbrake public API. Works with Claude, Cursor, Cline, Codex CLI, and any MCP-compatible client.
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": {
    "airbrake-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "francktrouillez/airbrake-mcp"
      ]
    }
  }
}

README Excerpt

An MCP (Model Context Protocol) server that exposes the Airbrake public API to LLM clients. Works with any MCP-compatible client (Claude Desktop, Claude Code, Cursor, Cline, Codex CLI, Continue.dev, etc.). Eight resource-grouped tools cover what hosted Airbrake actually exposes (projects, error groups, notices, deploys, v5 APM, source maps, the v3 Notifier), plus a generic `airbrake_request` escape hatch for endpoints not directly modeled — including project-key endpoints and multipart uploads.

Tools (13)

AIRBRAKE_HOSTAIRBRAKE_MAX_RETRIESAIRBRAKE_PROJECT_KEYSAIRBRAKE_TIMEOUT_MSAIRBRAKE_USER_TOKENairbrake_deploysairbrake_groupsairbrake_noticesairbrake_notifyairbrake_performanceairbrake_projectsairbrake_requestairbrake_sourcemaps