io.github.cruxible-ai/cruxible-core · v0.1.2
Deterministic decision engine with receipts. Define rules in YAML, query a graph, get proof.
cruxible-core 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"cruxible-core": {
"command": "uvx",
"args": [
"cruxible-core"
]
}
}
}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
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
{
"id": "io.github.cruxible-ai/cruxible-core",
"type": "mcp-server",
"version": "0.1.2",
"displayName": "cruxible-core",
"description": "Deterministic decision engine with receipts. Define rules in YAML, query a graph, get proof.",
"repository": {
"url": "https://github.com/cruxible-ai/cruxible-core",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "pypi",
"identifier": "cruxible-core",
"version": "0.1.2",
"transport": "stdio",
"environmentVariables": [
{
"name": "CRUXIBLE_MODE",
"description": "Permission mode: admin (default), graph_write, or read_only"
},
{
"name": "CRUXIBLE_ALLOWED_ROOTS",
"description": "Comma-separated absolute paths restricting which directories cruxible_init can access"
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.cruxible-ai/cruxible-core",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.cruxible-ai%2Fcruxible-core/versions/latest",
"isOfficial": true,
"status": "active"
}
}