Odel
conarium

conarium

Local
@dogrucanemek-alt3TypeScriptMITUpdated 5 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@conarium-ai/corev0.2.48

Run

npx -y @conarium-ai/core

MCP client config

{
  "mcpServers": {
    "conarium": {
      "command": "npx",
      "args": [
        "-y",
        "@conarium-ai/core"
      ]
    }
  }
}