Skip to content
Cursor

systemdox runbooks for Cursor

io.github.puglieseweb/systemdox-runbooks

Your runbooks as agent tools: scripts from runbooks.json served as typed, allowlisted MCP tools.

client:Cursor transport:stdio runtime:npm

Install systemdox runbooks in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "systemdox-runbooks": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@systemdox/runbook-mcp"
      ],
      "env": {
        "RUNBOOK_MCP_MANIFEST": "<RUNBOOK_MCP_MANIFEST>",
        "RUNBOOK_MCP_DRY_RUN": "<RUNBOOK_MCP_DRY_RUN>"
      }
    }
  }
}

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

systemdox runbooks in other clients