Your runbooks as agent tools: scripts from runbooks.json served as typed, allowlisted MCP tools.
claude mcp add systemdox-runbooks -- npx -y @systemdox/runbook-mcp
claude_desktop_config.json
{
"mcpServers": {
"systemdox-runbooks": {
"command": "npx",
"args": [
"-y",
"@systemdox/runbook-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"systemdox-runbooks": {
"command": "npx",
"args": [
"-y",
"@systemdox/runbook-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"systemdox-runbooks": {
"command": "npx",
"args": [
"-y",
"@systemdox/runbook-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"systemdox-runbooks": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@systemdox/runbook-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"systemdox-runbooks": {
"command": "npx",
"args": [
"-y",
"@systemdox/runbook-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.puglieseweb--systemdox-runbooks/reviews or the review_server meta-tool.
POST /mcp