Skip to content
Cursor

being human for Cursor

io.github.syedomershah99/being-human

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

client:Cursor transport:stdio runtime:pypi

Install being human in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

being human in other clients