Cruxible MCP Server

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

Local serverstdioPython

What is the Cruxible MCP server?

Connect Cruxible to Claude, Cursor or any other MCP client and it stops being a tab you switch to. Deterministic decision engine with receipts. Define rules in YAML, query a graph, get proof. The cruxible mcp server is what makes that connection.

What the server does

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • incident_impacts_supplier — Incident -> Supplier
  • relationship — incident_impacts_supplier
  • Error — DirectWriteRefusedError: Direct write to relationship
  • Per — type write_policy chooses direct, proposal-only, or mint-only admission;
  • Prompted — Enforced
  • Layer — Job
  • Cruxible — Maintain claim lifecycle, execute exact reads and bounded actions, enforce policy, and attach receipts and outcomes
  • Kit — Kind

Installation

The server ships on PyPI as cruxible, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.

Where it fits

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Cruxible's toolset — incident_impacts_supplier, relationship, Error and 5 more — is a fair guide to whether it matches your workflow. It is maintained by cruxible-ai; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
incident_impacts_supplierIncident -> Supplier
relationshipincident_impacts_supplier
ErrorDirectWriteRefusedError: Direct write to relationship
Pertype write_policy chooses direct, proposal-only, or mint-only admission;
PromptedEnforced
LayerJob
CruxibleMaintain claim lifecycle, execute exact reads and bounded actions, enforce policy, and attach receipts and outcomes
KitKind

How to install the Cruxible MCP server

{
  "mcpServers": {
    "cruxible-core": {
      "command": "uvx",
      "args": ["cruxible"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Cruxible to incident impacts supplier.
  • Use Cruxible to relationship.
  • Use Cruxible to Error.

Frequently asked questions

It connects Cruxible to MCP-compatible AI assistants such as Claude and Cursor, exposing 8 tools (incident_impacts_supplier, relationship, Error, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Cruxible directly.