> ## 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.

# Windsurf

> Set up Animus MCP in Windsurf

## Setup

<Steps>
  <Step title="Open MCP configuration">
    Go to **Windsurf Settings > MCP** and click **Add Server**.
  </Step>

  <Step title="Configure the server">
    Add the following configuration:

    ```json theme={null}
    {
      "mcpServers": {
        "animus": {
          "type": "http",
          "url": "https://mcp.animus.so/mcp"
        }
      }
    }
    ```
  </Step>

  <Step title="Sign in">
    Open a new Cascade session. You'll be prompted to sign in with your Animus account via OAuth.
  </Step>
</Steps>

<Tip>You can also use Animus in your browser. Install from the [Chrome Web Store](https://chromewebstore.google.com/detail/animus-ai-bookmark-manage/kiojjkcbjhofijkimghmpajbniilkgle) or [Firefox Add-ons](https://addons.mozilla.org/en-US/firefox/addon/animus-ai-bookmark-manager/).</Tip>
