no_human for Cursor
io.github.no-human-ai/no_human
File a task with your local no_human and check on it: task_add and task_status over stdio.
client:Cursor
transport:stdio
runtime:pypi
Install no_human in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"no_human": {
"type": "stdio",
"command": "uvx",
"args": [
"no-human"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs