Airbrake MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 249 installs a week from npm.
Query Airbrake errors, notices, deploys, and project stats from MCP clients
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add airbrake-mcp-server -- npx -y airbrake-mcp-server
{
"mcpServers": {
"airbrake-mcp-server": {
"args": [
"-y",
"airbrake-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.airbrake-mcp-server]
command = "npx"
args = ["-y", "airbrake-mcp-server"]
{
"mcpServers": {
"airbrake-mcp-server": {
"args": [
"-y",
"airbrake-mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"airbrake-mcp-server": {
"args": [
"-y",
"airbrake-mcp-server"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.