io.github.cruxible-ai/cruxible-core MCP Server
io.github.cruxible-ai/cruxible-core
What is the io.github.cruxible-ai/cruxible-core MCP server?
Deterministic decision engine with receipts. Define rules in YAML, query a graph, get proof.
How to install io.github.cruxible-ai/cruxible-core
Copy-paste configuration for popular MCP clients.
CRUXIBLE_MODEPermission mode: admin (default), graph_write, or read_only
CRUXIBLE_ALLOWED_ROOTSComma-separated absolute paths restricting which directories cruxible_init can access
{
"mcpServers": {
"cruxible-core": {
"command": "uvx",
"args": [
"cruxible-core"
],
"env": {
"CRUXIBLE_MODE": "<YOUR_CRUXIBLE_MODE>",
"CRUXIBLE_ALLOWED_ROOTS": "<YOUR_CRUXIBLE_ALLOWED_ROOTS>"
}
}
}
}{
"mcpServers": {
"cruxible-core": {
"command": "uvx",
"args": [
"cruxible-core"
],
"env": {
"CRUXIBLE_MODE": "<YOUR_CRUXIBLE_MODE>",
"CRUXIBLE_ALLOWED_ROOTS": "<YOUR_CRUXIBLE_ALLOWED_ROOTS>"
}
}
}
}{
"mcpServers": {
"cruxible-core": {
"command": "uvx",
"args": [
"cruxible-core"
],
"env": {
"CRUXIBLE_MODE": "<YOUR_CRUXIBLE_MODE>",
"CRUXIBLE_ALLOWED_ROOTS": "<YOUR_CRUXIBLE_ALLOWED_ROOTS>"
}
}
}
}{
"servers": {
"cruxible-core": {
"type": "stdio",
"command": "uvx",
"args": [
"cruxible-core"
],
"env": {
"CRUXIBLE_MODE": "<YOUR_CRUXIBLE_MODE>",
"CRUXIBLE_ALLOWED_ROOTS": "<YOUR_CRUXIBLE_ALLOWED_ROOTS>"
}
}
}
}claude mcp add cruxible-core --env CRUXIBLE_MODE=<YOUR_CRUXIBLE_MODE> --env CRUXIBLE_ALLOWED_ROOTS=<YOUR_CRUXIBLE_ALLOWED_ROOTS> -- uvx cruxible-coreRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.