mcpbeat Sign in

Systemdox MCP Server

local only

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

Your architecture in your agents' context: checks, specs, ADRs and docs over MCP, at write time.

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

Installs per day peak 326 · avg 36 · +162% w/w
a month agotoday
225
Installs / week
npm · @systemdox/mcp-server
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 -- npx -y @systemdox/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "systemdox": {
      "args": [
        "-y",
        "@systemdox/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.systemdox]
command = "npx"
args = ["-y", "@systemdox/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "systemdox": {
      "args": [
        "-y",
        "@systemdox/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "systemdox": {
      "args": [
        "-y",
        "@systemdox/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SYSTEMDOX_API_KEY (SystemDox API key (generate in workspace settings). Scopes every tool call to the key's tenant.), SYSTEMDOX_API_URL (REST API base URL override (optional).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Systemdox

same job, measured the same way
Ctx
by vanshulgoyal101

Turn a GitHub repo or docs site into agent-ready context: pack it or search it, over MCP.

6 tools answering
Outflow MCP
by laurells

MCP server exposing an Outflow workspace's live architecture graph as context for AI coding agents

27 installs/wk local only
NoteMCP
by notemcp

Save notes in seconds. Your AI can then search, read, write and tag them over MCP.

answering
memsprout
by memsprout

shared AI-context layer for teams — persistent memory your agents search and update over MCP

answering
Loadbearing
by andypgray

Checks .NET solutions against a fluent C# architecture spec and explains the rules to agents.

local only
Lockspec
by lockspec

MCP server giving AI coding agents version-pinned API context from your OpenAPI specs.

44 installs/wk local only
Wet MCP
by n24q02m

Open-source MCP server for AI agents: web search, content extraction, and library docs.

3 069 installs/wk local only
Zerno Lite
by zerno

Give AI agents secure access to ZERNO project briefs, tasks, and context over remote MCP.

answering

Systemdox — questions

Answers built from our own checks of this server.

Why is there no uptime for Systemdox?
Systemdox 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/mcp-server was installed 225 times last week.
Is Systemdox 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?
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/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Systemdox?
The npm package @systemdox/mcp-server was installed 225 times in the last week. Week over week that is +162%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.