送信

Rollbar Mcp Server

@rollbar

The Rollbar MCP Server implements the Model Context Protocol (MCP), letting you run Rollbar-compatible agents in local or custom environments.

サーバー設定

{
  "mcpServers": {
    "rollbar": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@rollbar/mcp-server@latest"
      ],
      "env": {
        "ROLLBAR_ACCESS_TOKEN": "<project read/write access token>"
      }
    }
  }
}