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: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:- Log in with your Anyshift account
- The connection is established automatically
- No tokens to copy — your editor stores the credentials
Available Tools
Asking Annie
Custom Reports
After anask_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
Managing Access
You can view and revoke authorized MCP connections from your profile page under Authorized Apps.Troubleshooting
Re-authenticate
Re-authenticate
If your session expires, reset the connection and try again:Your next Annie tool call will re-open the browser for login.
Browser doesn't open during auth
Browser doesn't open during auth
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.
Timeout waiting for response
Timeout waiting for response
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.