Skip to content
Claude Desktop

systemdox for Claude Desktop

io.github.puglieseweb/systemdox

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

client:Claude Desktop transport:stdio runtime:npm

Install systemdox in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "systemdox": {
      "command": "npx",
      "args": [
        "-y",
        "@systemdox/mcp-server"
      ],
      "env": {
        "SYSTEMDOX_API_KEY": "<SYSTEMDOX_API_KEY>",
        "SYSTEMDOX_API_URL": "<SYSTEMDOX_API_URL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

systemdox in other clients