Odel
being human

being human

Local
@syedomershah99PythonMITUpdated 3w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIbeing-humanv0.1.2

Run

uvx being-human

MCP client config

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