Skip to content
Windsurf

systemdox runbooks for Windsurf

io.github.puglieseweb/systemdox-runbooks

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

client:Windsurf transport:stdio runtime:npm

Install systemdox runbooks in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

systemdox runbooks in other clients