Skip to content
VS Code

Octobrain for VS Code

io.github.muvon/octobrain

Persistent memory for AI assistants with semantic search and knowledge graph relationships.

client:VS Code transport:stdio runtime:npm

Install Octobrain in VS Code

.vscode/mcp.json

{
  "servers": {
    "octobrain": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@muvon/octobrain"
      ]
    }
  }
}

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

Octobrain in other clients