MCP Server
MCP
io.github.cruxible-ai/cruxible-core
Deterministic decision engine with receipts. Define rules in YAML, query a graph, get proof.
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
By
Comments
Sign in to leave a comment