Skip to content
VS Code

MemCell for VS Code

ai.memcell/memcell

Living memory for AI coding agents: recall before acting, report outcomes so confidence is earned.

client:VS Code transport:streamable-http runtime:npm

Install MemCell in VS Code

.vscode/mcp.json

{
  "servers": {
    "memcell": {
      "type": "http",
      "url": "https://memcell.ai/mcp"
    }
  }
}

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

MemCell in other clients