Skip to content
Cline

systemdox for Cline

io.github.puglieseweb/systemdox

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

client:Cline transport:stdio runtime:npm

Install systemdox in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

systemdox in other clients