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
Once connected, VS Code can search, read, and write your memory through the six memory__* tools - see the MCP server page for the full tool list and limits.