← Back to Plugins
MCP Server MCP

io.github.puglieseweb/systemdox-runbooks

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @systemdox/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@systemdox/runbook-mcp",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Path to the runbooks.json manifest (alternative to the --manifest argument). Defaults to ./runbooks.json.",
          "format": "filepath",
          "name": "RUNBOOK_MCP_MANIFEST"
        },
        {
          "description": "Set to 1 to have every tool report the command it would run instead of running it.",
          "format": "string",
          "name": "RUNBOOK_MCP_DRY_RUN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...