← Back to Plugins
MCP Server MCP

io.github.dogrucanemek-alt/conarium

github By github 👁 1 views ▲ 0 votes

Governed database access for AI assistants: masking, signed receipts, coverage reconciliation.

Homepage Verified source GitHub

Install

npx -y @conarium-ai/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@conarium-ai/core",
      "version": "0.2.47",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "description": "Path to conarium.config.json. The gateway refuses to start without a policy; conarium-init writes one.",
          "isRequired": true,
          "format": "filepath",
          "value": "./conarium.config.json",
          "type": "named",
          "name": "--config"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...