Odel
Tuning Engines - Governed AI Runtime

Tuning Engines - Governed AI Runtime

Local
@cerebrixos-org6TypeScriptMITUpdated 2w ago

Govern model, agent, skill, and MCP workflows with policy, approvals, traces, and usage analytics.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmtuningengines-cliv0.4.34

Run

npx -y tuningengines-cli

MCP client config

{
  "mcpServers": {
    "tuning-engines-governed-ai-runtime": {
      "command": "npx",
      "args": [
        "-y",
        "tuningengines-cli"
      ]
    }
  }
}