Skip to content
VS Code

no_human for VS Code

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:VS Code transport:stdio runtime:pypi

Install no_human in VS Code

.vscode/mcp.json

{
  "servers": {
    "no_human": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "no-human"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

no_human in other clients