← Back to Plugins
MCP Server MCP

io.github.puglieseweb/systemdox

github By github 👁 1 views ▲ 0 votes

Your architecture in your agents' context: checks, specs, ADRs and docs over MCP, at write time.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...