Skip to content
Windsurf

systemdox for Windsurf

io.github.puglieseweb/systemdox

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

client:Windsurf transport:stdio runtime:npm

Install systemdox in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

systemdox in other clients