Skip to content

Hebbian Mind for Zed

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

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

client:Zed transport:stdio runtime:pypi

Install Hebbian Mind in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "hebbian-mind-enterprise": {
      "command": "uvx",
      "args": [
        "hebbian-mind-enterprise"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Hebbian Mind in other clients