Skip to main content

Documentation Index

Fetch the complete documentation index at: https://animus.so/docs/llms.txt

Use this file to discover all available pages before exploring further.

Prerequisites

  • VS Code 1.99 or later
  • GitHub Copilot extension installed

Setup

1

Open settings

Open your VS Code settings.json (Cmd/Ctrl + Shift + P > “Preferences: Open User Settings (JSON)”).
2

Add the MCP server

{
  "mcp": {
    "servers": {
      "animus": {
        "type": "http",
        "url": "https://mcp.animus.so/mcp"
      }
    }
  }
}
3

Sign in

Open Copilot Chat in Agent mode. You’ll be prompted to sign in with your Animus account via OAuth.
MCP tools only work in Copilot Chat’s Agent mode, not in inline completions.
You can also use Animus in your browser. Install from the Chrome Web Store or Firefox Add-ons.