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:
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.
-
Open Claude. Click your account name and go to Settings.
-
Go to Connectors → Add → Add custom connector.
-
In the dialog, set the Name to
Angareionand the Remote MCP server URL to:https://mcp.angareion.dev/mcp
-
Click Add.
-
Click Connect. A browser window opens to Angareion.

-
If prompted, log in with your Angareion username and password.
-
Click Approve on the consent screen.
-
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
- Open ChatGPT and go to Settings → Connectors.
- Click Add connector and select MCP Server. Paste the Angareion MCP URL:
https://mcp.angareion.dev/mcp
- ChatGPT opens an approval screen. Click Allow.
- Return to ChatGPT — Angareion tools are now available in your chats.
Gemini
- Open Google AI Studio or Gemini Enterprise and go to Settings → Extensions.
- Click Add MCP Extension and paste the Angareion MCP URL:
https://mcp.angareion.dev/mcp
- Gemini requires a confidential client secret. Email support@angareion.dev to obtain yours.
- Enter the client secret and click Connect. Angareion tools are now available.
Joule Work Desktop
-
Launch Joule Work Desktop. Click Extensions to open the extensions panel.
-
Click + New → Add Connector.
-
Set the Name to
Angareionand paste the MCP URL into the URL field:https://mcp.angareion.dev/mcp
-
Click OK.
-
Joule opens a browser window to Angareion. If prompted, log in with your Angareion username and password.
-
Name your agent (or choose an existing one), then click Approve on the consent screen. Agent memories can be shared across sessions and LLMs.
-
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:
- Add Angareion as an MCP server in your tool's settings, using this URL:
https://mcp.angareion.dev/mcp
- Choose OAuth 2.0 as the authentication method when prompted.
- Approve the consent screen. Angareion tools are now available.
Confirm it worked
Once you've approved the connection, you can confirm Angareion received it:
- Open your Angareion dashboard and go to Connect.
- Pick the agent you want to verify against and click Check connection.
- 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 does | Tool |
|---|---|
| Search your memories | memory_search |
| Browse and open memories | memory_list, memory_get |
| Search and fetch across everything | search, fetch |
| See how memories connect | memory_relationships |
| List documents & knowledge sources | angareion_list_documents, angareion_knowledge_sources_list |
| List available specialists | specialist_list |
| See saved session handoffs | handoff_list |
Capture — writes to your memory and knowledge:
| What it does | Tool |
|---|---|
| Save a new memory | memory_create |
| Edit or remove a memory | memory_update, memory_delete |
| Link memories together | memory_relate |
| Promote a memory to your team | memory_promote |
| Add a document or a web page | angareion_ingest_document, angareion_ingest_url |
| Save / resume a session handoff | handoff_save, handoff_resume |
| Load a specialist | specialist_load |
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.