Skip to content
VS Code

Hebbian Mind for VS Code

io.github.for-sunny/hebbian-mind-enterprise

Associative memory via Hebbian learning. Connections strengthen through use, decay through disuse.

client:VS Code transport:stdio runtime:pypi

Install Hebbian Mind in VS Code

.vscode/mcp.json

{
  "servers": {
    "hebbian-mind-enterprise": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "hebbian-mind-enterprise"
      ]
    }
  }
}

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

Hebbian Mind in other clients