Skip to main content
Antimetal’s plugin lets you interact with your infrastructure investigations, search, and issue management without leaving your AI coding tools. Any MCP-compatible client can connect.

What you can do

With the Skills integration, your AI tools can:
  • Search your infrastructure. Run natural-language queries across all connected platforms, the same way Search works in the Antimetal dashboard.
  • Investigate issues. Trigger and follow investigations with root cause analysis and remediation steps.
  • Manage issues. Create, view, and update issues directly from your editor or terminal.
  • Query your data. Pull logs, metrics, traces, and events from your connected integrations.

Skills

  • Investigate — Entry point for any software problem. Searches issues, queries Antimetal’s AI, reads investigative reports and causal graphs, and routes to fix.
  • Fix — Apply Antimetal’s remediation to your codebase, adapted for your local environment.

Rules

  • antimetal-conventions — Conventions for working with Antimetal data (artifact ID formats, status values, etc.)

Getting set up

1

Connect your integrations

Make sure you’ve connected the platforms you want Antimetal to query. See Integrations for the full list.
2

Get your API key

Generate an API key from the Antimetal dashboard.
3

Install the plugin

Within a Claude Code session, add the Antimetal marketplace:
/plugin marketplace add antimetal/skills
Then install the plugin:
/plugin install antimetal@antimetal-marketplace

Example prompts

Investigate the login latency spike from this morning
What are the open high severity issues?
Apply the remediation for the Redis connection timeout issue
What services had the most errors last week?
Triage my current incidents