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