Skip to content
Grok

Tuning Engines - Governed AI Runtime for Grok

io.github.cerebrixos-org/tuning-engines

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

client:Grok transport:stdio runtime:npm

Install Tuning Engines - Governed AI Runtime in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "tuning-engines": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "tuningengines-cli"
      ],
      "env": {
        "TE_API_KEY": "<TE_API_KEY>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Tuning Engines - Governed AI Runtime in other clients