# Claude Code

Add the memory server from the terminal, then sign in with OAuth.

## Setup

**Command**

```bash
claude mcp add --transport http agentage-memory https://memory.agentage.io/mcp
```

_Run in your terminal, then run /mcp to complete the OAuth sign-in._

**Config file**

```json
{
  "mcpServers": {
    "agentage-memory": {
      "type": "http",
      "url": "https://memory.agentage.io/mcp"
    }
  }
}
```

_Project-scoped .mcp.json in the repo root - shared with your team._

Then run `/mcp` and complete the OAuth sign-in. A connector you add in [Claude.ai](https://claude.ai) also syncs here automatically.

## What you get

> Once connected, Claude Code can search, read, and write your memory through the six `memory__*` tools - see the [MCP server](/docs/mcp-server) page for the full tool list and limits.
