> ## Documentation Index
> Fetch the complete documentation index at: https://docs.memanto.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Connections

> Manage AI tools connected to Memanto.

# Connections

Manage AI tools connected to Memanto. This page allows you to link external AI development environments to your memory agent. You can add new projects, refresh the list of connected AI tools, and manage specific workspaces or global installations for tools like GitHub Copilot, Claude Code, and others.

When Memanto runs, it can serve multiple different AI agents and tools simultaneously. The Connections page acts as a central hub to visualize these integrations. It helps you quickly verify that your IDE extensions, CLI agents, and custom scripts are successfully talking to the same memory core, and lets you audit which tool performed specific read/write operations during a session.

The page also shows what has actually been running, not just what is installed:

* **Connected tools** — a diagram of each tool joined to Memanto. A tool that touched memory in the last 5 minutes shows as live.
* **Sessions (last 7 days)** — one row per Memanto session, showing every tool that took part along with its writes and reads. Open a row for the session's full event timeline.

<div style={{ width: "100%", maxWidth: "1920px", margin: "0 auto", marginBottom: "2rem" }}>
  <img src="https://mintcdn.com/memanto/F_q9DVKuuTw1KDp7/logo/cli/ui/connections-page.png?fit=max&auto=format&n=F_q9DVKuuTw1KDp7&q=85&s=dc423555f02efb953e3b655fc96a8f54" alt="Memanto connections page" style={{ width: "100%", borderRadius: "12px", border: "1px solid #1f2937" }} width="1887" height="1086" data-path="logo/cli/ui/connections-page.png" />
</div>

### Learn more

To keep this UI guide brief, detailed explanations of how tool connections and identity tracking work are documented in the core guides:

* Learn how Memanto identifies which tool is making calls in the [Tool Attribution](/guides/tool-attribution) guide.
* For managing connections from the terminal, refer to the [`memanto connect`](/cli/connect/connect) documentation.
