Your architecture in your agents' context: checks, specs, ADRs and docs over MCP, at write time.
claude mcp add systemdox -- npx -y @systemdox/mcp-server
claude_desktop_config.json
{
"mcpServers": {
"systemdox": {
"command": "npx",
"args": [
"-y",
"@systemdox/mcp-server"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"systemdox": {
"command": "npx",
"args": [
"-y",
"@systemdox/mcp-server"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"systemdox": {
"command": "npx",
"args": [
"-y",
"@systemdox/mcp-server"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"systemdox": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@systemdox/mcp-server"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"systemdox": {
"command": "npx",
"args": [
"-y",
"@systemdox/mcp-server"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.puglieseweb--systemdox/reviews or the review_server meta-tool.
POST /mcp