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