Skip to main content
ResolveAI ships plugins for Claude Code, Codex and Cursor that connect your coding agent to ResolveAI over MCP. Open and steer investigations, ask follow-up questions, pull production context, and turn root-cause findings into pull requests directly from your coding agent. The plugin is available at: resolve-ai-oss/resolve-ai-plugins.

What You Can Do

Common workflows once the plugin is installed:
  • Pull production context before a risky change. Before editing application code, infrastructure, or migrations, ask the agent to surface the area’s traffic, telemetry coverage, baseline error rate, recent deploys, and open alerts.
  • Join an incident or Resolve investigation. Connect to an existing incident or investigation in Resolve from your coding agent. Pull findings and recommendations, steer it with context you have locally, and start multiple parallel threads of investigation inside the same shared context.
  • Drive reliability sprints and oncall work from your editor. Have Resolve surface recent chats and investigations, then step through fixes from your coding agent at your own pace.
  • Wire Resolve into your own skills. Have your own skills kick off Resolve investigations as part of your developer productivity stack.

Install ResolveAI Plugin

Install from the host’s own marketplace where there is one, or from the ResolveAI plugin repo. Either way, the plugin authenticates over OAuth — see Authentication.

Claude Code

Option 1: Install from the Claude Code community marketplace
Restart Claude Code, then run /mcp, review the connection status of the resolve-ai plugin, and authenticate to your ResolveAI organization when prompted. Option 2: Install from the ResolveAI plugin repo
Restart Claude Code, then run /mcp, review the connection status of the resolve-ai plugin, and authenticate to your ResolveAI organization when prompted.

Codex

Restart Codex. /mcp should show resolve connected.

Cursor

Option 1: Install from the Cursor marketplace
  1. Open the ResolveAI listing and click Add to Cursor, or type /add-plugin resolve-ai in the Cursor input.
  2. Enable the plugin once it installs.
  3. Authenticate to your ResolveAI organization when Cursor prompts you.
Option 2: Install from the ResolveAI plugin repo
  1. In the Cursor Dashboard, open Plugins and add a team marketplace, importing this repository: https://github.com/resolve-ai-oss/resolve-ai-plugins.
  2. Assign the marketplace to the right distribution groups, then install resolve-ai from Cursor’s marketplace panel.
  3. Restart Cursor. The resolve MCP server should appear in Settings > MCP.
  4. Authenticate to your ResolveAI organization when Cursor prompts you.

Authentication

The MCP transport uses OAuth. On first connect, the host (Claude Code, Codex, or Cursor) discovers Resolve OAuth and prompts you to sign in. No API key is needed for normal plugin usage. Not using one of these plugins? See Resolve MCP Server under Developers for the endpoint, token authentication, and the full tool reference.

Skills

The plugin installs the following skills. Your coding agent invokes them by intent or as slash commands.

MCP Tools

The plugin’s skills are built on top of Resolve’s MCP tools, which are also available directly to any MCP client. For the full tool reference, live-progress behavior, and usage and billing, see Resolve MCP Server under Developers.

Where to Go Next