mcpbeat Sign in

Systemdox Runbooks MCP Server

local only

Systemdox Runbooks runs on your own machine — the client starts it, so there is no endpoint to ping. 71 installs a week from npm.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 225 · avg 33 · +49% w/w
a month agotoday
71
Installs / week
npm · @systemdox/runbook-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add systemdox-runbooks -- npx -y @systemdox/runbook-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "systemdox-runbooks": {
      "args": [
        "-y",
        "@systemdox/runbook-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.systemdox-runbooks]
command = "npx"
args = ["-y", "@systemdox/runbook-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "systemdox-runbooks": {
      "args": [
        "-y",
        "@systemdox/runbook-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "systemdox-runbooks": {
      "args": [
        "-y",
        "@systemdox/runbook-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: RUNBOOK_MCP_MANIFEST (Path to the runbooks.json manifest (alternative to the --manifest argument). Defaults to ./runbooks.json.), RUNBOOK_MCP_DRY_RUN (Set to 1 to have every tool report the command it would run instead of running it.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Systemdox Runbooks

same job, measured the same way
npm Run MCP Server
by fstubner

An MCP server that exposes package.json scripts as tools for agents.

94 installs/wk local only
MCPExplorer
by mcpexplorer

Search, vet & assemble MCP servers from your agent: verified tools, risk labels, and trust scores.

14 tools answering
Xbird
by checkra1neth

Twitter/X MCP server — 30 tools with x402 micropayments. Runs locally from your IP.

local only
Schema
by rog0x

JSON Schema, TypeScript types, mocks for AI agents

30 installs/wk local only
Tampermonkey MCP
by tampermonkey

MCP server to manage your Tampermonkey scripts

92 installs/wk local only
YouTube Transcript & Search MCP Server
by transcriptout

YouTube transcripts, search, channels, playlists and bulk transcript jobs for AI agents. 14 tools.

14 tools answering
MCP Ts Core
by cyanheads

Agent-native TypeScript framework for MCP servers.

16 590 installs/wk local only
Aso Score MCP
by forgemeshlabs

ASO Score MCP — the free ASO Score scanner as an MCP server. Measures your ASO Score (Agent.

48 installs/wk local only

Systemdox Runbooks — questions

Answers built from our own checks of this server.

Why is there no uptime for Systemdox Runbooks?
Systemdox Runbooks runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @systemdox/runbook-mcp was installed 71 times last week.
Is Systemdox Runbooks still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Systemdox Runbooks?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @systemdox/runbook-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Systemdox Runbooks?
The npm package @systemdox/runbook-mcp was installed 71 times in the last week. Week over week that is +49%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.