Skip to main content
Annie Remote MCP lets AI coding assistants run Annie investigations over HTTP with OAuth authentication. No local dependencies or API tokens are required. Your editor handles login automatically.
Use Annie Remote MCP when you want the AI SRE agent to investigate infrastructure, analyze logs, debug incidents, and produce recommendations. If your agent needs fast, deterministic production graph evidence while it performs another task, use Graph MCP instead.

Setup

One-command install

Install across all your editors at once using add-mcp:
This auto-detects your installed editors (Claude Code, Cursor, Windsurf, VS Code, Claude Desktop, etc.) and configures them all.

Manual configuration

Add to your editor’s MCP config file (e.g. .cursor/mcp.json, ~/.claude.json, claude_desktop_config.json):

First Use

On your first Annie tool call, your editor will open a browser window:
  1. Log in with your Anyshift account
  2. The connection is established automatically
  3. No tokens to copy — your editor stores the credentials
That’s it. All subsequent tool calls are authenticated automatically.

Available Tools

Asking Annie

Custom Reports

After an ask_annie call with hint="report", you can save the answer as a reusable report definition and re-run it later.

Feedback

Ratings flow back into Annie so future investigations can take your judgment into account.

Pre-built skills for Claude Code

If your agent runs in Claude Code, install the Annie Skills plugin to skip the prompt-engineering work. The plugin ships ready-made skills that teach Claude Code when to call which MCP tool, how to chain calls, and how to recover from auth or staleness failures. Source: anyshift-io/annie-skills. This is separate from Production Intelligence for AI Agents, which packages Graph MCP and a portable production-evidence workflow for compatible agent clients.

Example Prompts

Annie typically takes 30 seconds to a few minutes depending on the complexity of the question. Your editor will poll automatically until the answer is ready.

Managing Access

You can view and revoke authorized MCP connections from your profile page under Authorized Apps.

Troubleshooting

If your session expires, reset the connection and try again:
Your next Annie tool call will re-open the browser for login.
Make sure your default browser is set in your OS settings. If using a remote/SSH session, you may need to use the local stdio server instead.
This is normal — Annie is still working. The get_annie_response tool is called automatically by your editor until the answer is ready. Complex investigations can take a few minutes.