Skip to main content

Connect your AI tool

Add Angareion to your AI tool in a few minutes. Angareion runs a hosted server your assistant connects to — no API key to paste, no software to install. You approve the connection once from your browser, and Angareion's memory tools show up inside your assistant.

Everything below uses one address — the Angareion MCP server URL:

https://mcp.angareion.dev/mcp

You'll paste that into your AI tool's connector settings, then approve access. Jump to your tool:

Signing in is safe

When you connect, a browser window opens and asks you to approve access. You sign in with your Angareion username and password — your AI tool never sees them. You can revoke a connection at any time from your Angareion dashboard.

Claude

Works with the Claude desktop app and Claude on the web.

  1. Open Claude. Click your account name and go to Settings.

  2. Go to Connectors → Add → Add custom connector.

  3. In the dialog, set the Name to Angareion and the Remote MCP server URL to:

    https://mcp.angareion.dev/mcp

    Claude Add custom connector dialog with Name set to Angareion and the Angareion MCP server URL

  4. Click Add.

  5. Click Connect. A browser window opens to Angareion.

    Claude prompting to connect to the Angareion connector

  6. If prompted, log in with your Angareion username and password.

  7. Click Approve on the consent screen.

  8. Return to Claude — Angareion tools are now available in your conversation.

Claude Code

One command in your terminal:

claude mcp add angareion https://mcp.angareion.dev/mcp --transport http

Claude Code opens a browser tab asking you to approve access. Click Approve, and Angareion tools are available in Claude Code.

ChatGPT

  1. Open ChatGPT and go to Settings → Connectors.
  2. Click Add connector and select MCP Server. Paste the Angareion MCP URL:
    https://mcp.angareion.dev/mcp
  3. ChatGPT opens an approval screen. Click Allow.
  4. Return to ChatGPT — Angareion tools are now available in your chats.

Gemini

  1. Open Google AI Studio or Gemini Enterprise and go to Settings → Extensions.
  2. Click Add MCP Extension and paste the Angareion MCP URL:
    https://mcp.angareion.dev/mcp
  3. Gemini requires a confidential client secret. Email support@angareion.dev to obtain yours.
  4. Enter the client secret and click Connect. Angareion tools are now available.

Joule Work Desktop

  1. Launch Joule Work Desktop. Click Extensions to open the extensions panel.

    Joule Work Desktop Extensions menu item
  2. Click + New → Add Connector.

    Joule Add Connector menu
  3. Set the Name to Angareion and paste the MCP URL into the URL field:

    https://mcp.angareion.dev/mcp
    Joule Add Connector screen with the Angareion name and MCP server URL
  4. Click OK.

  5. Joule opens a browser window to Angareion. If prompted, log in with your Angareion username and password.

  6. Name your agent (or choose an existing one), then click Approve on the consent screen. Agent memories can be shared across sessions and LLMs.

    Joule Approve connection consent screen
  7. Return to Joule — Angareion tools are now available in your workspace.

Any other MCP client

Most AI tools that support MCP connect the same way:

  1. Add Angareion as an MCP server in your tool's settings, using this URL:
    https://mcp.angareion.dev/mcp
  2. Choose OAuth 2.0 as the authentication method when prompted.
  3. Approve the consent screen. Angareion tools are now available.

Confirm it worked

Once you've approved the connection, you can confirm Angareion received it:

  1. Open your Angareion dashboard and go to Connect.
  2. Pick the agent you want to verify against and click Check connection.
  3. When Angareion sees the live session, it shows Connected · Active with your tool's name.

You can also just try asking your assistant to use a memory tool (below) — if it responds, you're connected.

Try asking

Once connected, your assistant can reach Angareion in plain language. A few things to try:

  • "Remember that our Q3 launch messaging pillars are speed, trust, and simplicity."
  • "What did we decide about pricing last week?"
  • "Search my Angareion memory for the onboarding checklist."
  • "Save this thread so I can pick it up in another assistant later."

What Angareion adds to your assistant

Connecting gives your assistant a set of memory and knowledge tools. They fall into two groups:

Recall — reads your memory and knowledge (safe, read-only):

What it doesTool
Search your memoriesmemory_search
Browse and open memoriesmemory_list, memory_get
Search and fetch across everythingsearch, fetch
See how memories connectmemory_relationships
List documents & knowledge sourcesangareion_list_documents, angareion_knowledge_sources_list
List available specialistsspecialist_list
See saved session handoffshandoff_list

Capture — writes to your memory and knowledge:

What it doesTool
Save a new memorymemory_create
Edit or remove a memorymemory_update, memory_delete
Link memories togethermemory_relate
Promote a memory to your teammemory_promote
Add a document or a web pageangareion_ingest_document, angareion_ingest_url
Save / resume a session handoffhandoff_save, handoff_resume
Load a specialistspecialist_load
note

The exact tools available can vary with your plan and your organization's settings.

Troubleshooting

My assistant doesn't see any Angareion tools

The connection probably wasn't approved. Reopen your tool's connector settings, remove the Angareion connector, and add it again — this time make sure you complete the browser approval step (Approve / Allow). Disconnecting and reconnecting resolves most connection issues.

The approval window never opened, or nothing happened after I added the URL

Some tools only open the approval window on the first tool call. Ask your assistant to do something with Angareion (for example, "search my Angareion memory") and the browser approval should appear. If it still doesn't, check that the URL is exactly https://mcp.angareion.dev/mcp with no trailing spaces.

"Check connection" in the dashboard times out

The dashboard waits about two minutes for a live session. Make sure you finished the Approve step in your AI tool, then click Try again. If you have no agents yet, register one first — the check needs an agent to verify against.

Gemini asks for a client secret I don't have

Gemini requires a confidential client secret that Angareion issues to your organization. Email support@angareion.dev and we'll provide it.

My tool isn't listed above

Any tool that supports remote MCP servers over OAuth works — follow the Any other MCP client steps. If your tool only supports a local (stdio) connection, use the Advanced: Local Binary option on the dashboard's Connect page instead.

Next step

Connected? Head to the Quickstart to capture your first memory and recall it in a chat.