Skip to content
Cursor

systemdox for Cursor

io.github.puglieseweb/systemdox

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

client:Cursor transport:stdio runtime:npm

Install systemdox in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

systemdox in other clients