MCP Server
MCP
io.github.puglieseweb/systemdox
Your architecture in your agents' context: checks, specs, ADRs and docs over MCP, at write time.
Install
npx -y @systemdox/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@systemdox/mcp-server",
"version": "0.1.32",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "SystemDox API key (generate in workspace settings). Scopes every tool call to the key's tenant.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "SYSTEMDOX_API_KEY"
},
{
"description": "REST API base URL override (optional).",
"format": "string",
"name": "SYSTEMDOX_API_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment