Skip to content
VS Code

shinobi for VS Code

io.github.numbererikson/shinobi

Task spine + searched dead ends + approvals for AI coding agents. One brain, every device.

client:VS Code transport:stdio runtime:npm

Install shinobi in VS Code

.vscode/mcp.json

{
  "servers": {
    "shinobi": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@shinobiapps/shinobi"
      ]
    }
  }
}

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

shinobi in other clients