# Cursor

Add the memory server to Cursor with a deeplink or its MCP config.

## Setup

**One-click:** [Add to Cursor](cursor://anysphere.cursor-deeplink/mcp/install?name=agentage-memory&config=eyJ1cmwiOiJodHRwczovL21lbW9yeS5hZ2VudGFnZS5pby9tY3AifQ==), then sign in when prompted.

**Manual:** add the server to `~/.cursor/mcp.json`:

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

## What you get

> Once connected, Cursor 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.
