Skip to content
VS Code

memorybank for VS Code

io.github.maxweb4u/memorybank

Seeds, governs and navigates a memory_bank knowledge base: gated writes, routing, drift vs code

client:VS Code transport:stdio runtime:npm

Install memorybank in VS Code

.vscode/mcp.json

{
  "servers": {
    "memorybank": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@maxweb4u/mcp-memorybank"
      ]
    }
  }
}

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

memorybank in other clients