antimetal/cursor-plugin
Antimetal plugin for Cursor – ask questions about your production systems, investigate incidents, identify root causes, and generate fixes across your infrastructure and code.
Platform-specific configuration:
{
"mcpServers": {
"cursor-plugin": {
"command": "npx",
"args": [
"-y",
"cursor-plugin"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Bring Antimetal's software investigation intelligence into Cursor. Triage problems, investigate root causes, fetch observability artifacts, and apply remediations—all without leaving your editor.
Sign up at antimetal.com and generate an API key from your account settings.
export ANTIMETAL_API_KEY="your-api-key-here"Add this to your shell profile (~/.zshrc, ~/.bashrc, etc.) so it persists.
Install from the Cursor Marketplace by searching for Antimetal, or use the command palette:
/add-plugin antimetalConnects to Antimetal's remote MCP server at mcp.antimetal.com, giving the Cursor agent access to these tools:
| Tool | Description | |------|-------------| | search_issues | Paginated list of issues with severity, status, and environment | | get_issue_report | Full investigative report—root cause, timeline, causal graph | | get_issue_fixes | Remediation steps (code changes, CLI commands, context) | | investigate_issue | Create a new issue and start async automated investigation | | get_artifact | Retrieve raw evidence: logs, traces, metrics, events, files, topology | | ask | Ask Antimetal's AI about infrastructure, software, deployments, telemetry, logs, code |
Investigate issue #42
What are the open high severity issues?
Apply the remediation for issue #15
What seLoading reviews...