Skip to content
VS Code

AiAkiv Memory for VS Code

com.aiakiv/memory

Shared long-term memory for AI agents: save and recall context as a searchable knowledge graph.

client:VS Code transport:streamable-http

Install AiAkiv Memory in VS Code

.vscode/mcp.json

{
  "servers": {
    "memory": {
      "type": "http",
      "url": "https://mcp.aiakiv.com/mcp"
    }
  }
}

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

AiAkiv Memory in other clients