Skip to content
Cursor

shinobi for Cursor

io.github.numbererikson/shinobi

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

client:Cursor transport:stdio runtime:npm

Install shinobi in Cursor

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

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

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

shinobi in other clients