systemdox for Gemini CLI
io.github.puglieseweb/systemdox
Your architecture in your agents' context: checks, specs, ADRs and docs over MCP, at write time.
client:Gemini CLI
transport:stdio
runtime:npm
Install systemdox in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"systemdox": {
"command": "npx",
"args": [
"-y",
"@systemdox/mcp-server"
],
"env": {
"SYSTEMDOX_API_KEY": "<SYSTEMDOX_API_KEY>",
"SYSTEMDOX_API_URL": "<SYSTEMDOX_API_URL>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs