MCP Server
MCP
io.github.puglieseweb/systemdox-runbooks
Your runbooks as agent tools: scripts from runbooks.json served as typed, allowlisted MCP tools.
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
By
Comments
Sign in to leave a comment