Skip to main content
The remote MCP server lets AI coding assistants connect to Annie over HTTP with OAuth authentication. No local dependencies, no API tokens to manage — your editor handles login automatically.
The remote server gives you the full Annie experience: infrastructure investigation, log analysis, incident debugging, and more. It replaces the need for a locally running MCP server.

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.

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.