AgentAge

VS Code

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

Setup

One-click: Install in VS Code

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