Skip to content
VS Code

one brain for VS Code

io.github.prophet-git/one-brain

Shared memory for a team in Claude Code: what one person records, everyone has.

client:VS Code transport:streamable-http

Install one brain in VS Code

.vscode/mcp.json

{
  "servers": {
    "one-brain": {
      "type": "http",
      "url": "https://onebrain.prophet.lat/api/mcp"
    }
  }
}

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

one brain in other clients