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)
{
"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