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.
  • /antimetal-mcp-setup — Configure the MCP connection (OAuth or API key).

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

Install the plugin

Within a Claude Code session, add the Antimetal marketplace and install the plugin:
/plugin marketplace add antimetal/skills
/plugin install antimetal
The first time you use an Antimetal tool or skill, Claude Code will open a browser window to log in to your Antimetal account via OAuth. Tokens are stored securely and refreshed automatically.

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