
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
airbrake-mcp-server
Advanced tools
Model Context Protocol (MCP) server for Airbrake. It lets you query errors, manage deploys, and fetch project stats directly from your MCP client.
npm install
npm run build
This repo now includes the pieces needed to run as a VS Code MCP server and to publish to the MCP Registry:
.vscode/mcp.json for direct workspace installationserver.json for MCP Registry publicationmcpName in package.json for npm ownership verificationMCP: Open Workspace Folder Configuration or MCP: List Servers..vscode/mcp.json points to npx -y airbrake-mcp-server.Once the package is published to npm and registered in the MCP Registry, it can be installed from the VS Code MCP gallery by searching for @mcp airbrake.
This repo includes a GitHub Actions workflow at .github/workflows/publish-mcp-registry.yml that publishes to the MCP Registry on version tags like v1.0.0 using GitHub OIDC.
Set the following environment variables:
export AIRBRAKE_API_KEY="your_api_key"
export AIRBRAKE_PROJECT_ID="your_project_id"
export AIRBRAKE_HOST="https://api.airbrake.io" # optional
Edit your global MCP config:
/Users/<your-username>/.cursor/mcp.json
Example:
{
"mcpServers": {
"airbrake": {
"command": "/absolute/path/to/node", // which node
"args": ["/absolute/path/to/airbrake-mcp-server/dist/index.js"],
"env": {
"AIRBRAKE_API_KEY": "your_api_key",
"AIRBRAKE_PROJECT_ID": "your_project_id"
}
}
}
}
command and args. Relative paths may fail because MCP is started from a different working directory.command to the actual Node binary shown by which node.AIRBRAKE_MCP_DEBUG=1 in env.list_errors: List recent errors (pagination supported)get_error_details: Full details for a specific error groupget_error_notices: All occurrences (notices) for an error groupget_notice_details: Full details of a single noticesearch_errors: Text search across errorsfilter_errors_by_status: Filter by open, resolved, or ignoredget_error_trend: Occurrence trend over timeresolve_error: Mark error as resolvedignore_error: Mark error as ignoredreopen_error: Reopen a resolved/ignored errorlist_deploys: List recent deployscreate_deploy: Create a deploy notificationget_project_stats: Project health and statisticsThese depend on your MCP client, but typical prompts look like:
List the last 20 Airbrake errors
Get details for error 123456
Search errors for "NoMethodError"
Resolve error 123456
npm run watch
npm run dev
FAQs
MCP server for Airbrake error tracking
We found that airbrake-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.