Home › Other › cruxible

cruxible

Deterministic decision engine with receipts. Define rules in YAML, query a graph, get proof.

Python
★ 17 stars Last pushed 2026-09-23 License: Apache-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.1.2)

uvx cruxible-core

Or add to your MCP client config:

{
  "mcpServers": {
    "cruxible": {
      "command": "uvx",
      "args": [
        "cruxible-core"
      ],
      "env": {
        "CRUXIBLE_MODE": "<YOUR_VALUE>",
        "CRUXIBLE_ALLOWED_ROOTS": "<YOUR_VALUE>"
      }
    }
  }
}
  • CRUXIBLE_MODE — Permission mode: admin (default), graph_write, or read_only
  • CRUXIBLE_ALLOWED_ROOTS — Comma-separated absolute paths restricting which directories cruxible_init can access

Related servers

Data from the Official MCP Registry