# VS Code

Install the memory server in VS Code with one click or a small config file.

## Setup

**One-click:** [Install in VS Code](vscode:mcp/install?%7B%22name%22%3A%22agentage-memory%22%2C%22type%22%3A%22http%22%2C%22url%22%3A%22https%3A%2F%2Fmemory.agentage.io%2Fmcp%22%7D)

**Manual:** add the server to `.vscode/mcp.json` (or run the `MCP: Add Server` command):

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

VS Code opens the browser for the OAuth sign-in on first use.

## What you get

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