Learns your writing voice from your own prompt history, then makes the model write like that.
claude mcp add being-human -- uvx being-human
claude_desktop_config.json
{
"mcpServers": {
"being-human": {
"command": "uvx",
"args": [
"being-human"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"being-human": {
"command": "uvx",
"args": [
"being-human"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"being-human": {
"command": "uvx",
"args": [
"being-human"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"being-human": {
"type": "stdio",
"command": "uvx",
"args": [
"being-human"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"being-human": {
"command": "uvx",
"args": [
"being-human"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.Syedomershah99--being-human/reviews or the review_server meta-tool.
POST /mcp