Skip to main content

Prerequisites

Client Integration

Claude Desktop

Go to Settings → Connectors → Add custom connector Enter the URL: https://docs.anam.ai/mcp More info here Getting Started with Custom Connectors Using Remote MCP

Cursor

Press Cmd+Shift+P (Mac) or Ctrl+Shift+P (Windows/Linux) Type “Open MCP settings” → Press New MCP Server (Add a Csutom MCP Server) Add the following configuration:
{
  "mcpServers": {
    "anam": {
      "url": "https://docs.anam.ai/mcp"
    }
  }
}
Restart Cursor to apply changes.

Claude Code (CLI)

Run the following command in your terminal:
claude mcp add --transport http anam https://docs.anam.ai/mcp

Examples

  • “Build a customer support agent with FAQ knowledge and ticket creation webhook”
  • “Upload our FAQ PDF to the customer support knowledge base and connect it to my support persona”
  • “What voices are available in British English for a professional banking assistant?”
  • “Create a shareable demo link for my sales persona that only works on our company domain”
  • “Search all my knowledge bases for our return policy and update my support persona’s instructions to reference it”

Support