Skip to content
VS Code

Kortexio Memory for VS Code

io.kortexio/memory

Hosted ambient memory for AI agents. Retrieve context and save notes via MCP tools with OAuth.

client:VS Code transport:streamable-http

Install Kortexio Memory in VS Code

.vscode/mcp.json

{
  "servers": {
    "memory": {
      "type": "http",
      "url": "https://mcp.kortexio.io/{appId}/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Kortexio Memory in other clients