Skip to content
Grok

systemdox for Grok

io.github.puglieseweb/systemdox

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

client:Grok transport:stdio runtime:npm

Install systemdox in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

systemdox in other clients