Skip to content
Zed

being human for Zed

io.github.syedomershah99/being-human

Learns your writing voice from your own prompt history, then makes the model write like that.

client:Zed transport:stdio runtime:pypi

Install being human in Zed

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

{
  "context_servers": {
    "being-human": {
      "command": "uvx",
      "args": [
        "being-human"
      ]
    }
  }
}

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

being human in other clients