Skip to content
VS Code

Kagura Memory Cloud for VS Code

io.github.kagura-ai/memory-cloud

Persistent memory for AI assistants: store, search, and connect knowledge across conversations.

client:VS Code transport:streamable-http

Install Kagura Memory Cloud in VS Code

.vscode/mcp.json

{
  "servers": {
    "memory-cloud": {
      "type": "http",
      "url": "https://memory.kagura-ai.com/mcp"
    }
  }
}

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

Kagura Memory Cloud in other clients