← Back to Plugins
MCP Server MCP

io.github.cruxible-ai/cruxible-core

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx cruxible-core

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "cruxible-core",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Permission mode: admin (default), graph_write, or read_only",
          "format": "string",
          "name": "CRUXIBLE_MODE"
        },
        {
          "description": "Comma-separated absolute paths restricting which directories cruxible_init can access",
          "format": "string",
          "name": "CRUXIBLE_ALLOWED_ROOTS"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...