⚠️ DEPRECATED: This repository has been replaced byantimetal/skills. See that repo for installation instructions.
Bring Antimetal's software investigation intelligence into Claude Code. Triage problems, investigate root causes, fetch observability artifacts, and apply remediations — all from your terminal.
Sign up at antimetal.com and connect your cloud infrastructure.
Since this plugin is hosted on GitHub (not the built-in Claude Code marketplace), you need to register this repo as a plugin source first:
/plugin marketplace add antimetal/claude-plugin
/plugin install antimetal
When you first use an Antimetal tool or skill, Claude Code will open a browser window to log in to your Antimetal account via OAuth. Once you log in, you're all set — tokens are stored securely and refreshed automatically.
If OAuth isn't available in your environment, you can authenticate with an API key instead:
- Generate a key at API Keys Settings
- Set the environment variable:
Add it to your shell profile (
export ANTIMETAL_API_KEY="your-key-here"
~/.zshrc,~/.bashrc, etc.) so it persists.
If you just want the MCP tools without the plugin skills:
claude mcp add --transport http antimetal https://mcp.antimetal.comOAuth will trigger automatically on first use. For API key auth, pass the header explicitly:
claude mcp add --transport http antimetal https://mcp.antimetal.com \
--header "Authorization: Bearer ${ANTIMETAL_API_KEY}"| Skill | Description |
|---|---|
/investigate |
Search issues, kick off investigations, read reports, query Antimetal's AI |
/fix |
Retrieve and apply remediation steps to your codebase |
/antimetal-mcp-setup |
Configure the MCP server connection (OAuth or API key) |
Connects to Antimetal's remote MCP server at mcp.antimetal.com, providing 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
> Our API latency spiked in us-east-1 around 2pm
/investigate
> Check on issue #42
/fix
> Fix issue #42