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
{
"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