Tuning Engines - Governed AI Runtime for Cursor
io.github.cerebrixos-org/tuning-engines
Govern model, agent, skill, and MCP workflows with policy, approvals, traces, and usage analytics.
client:Cursor
transport:stdio
runtime:npm
Install Tuning Engines - Governed AI Runtime in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"tuning-engines": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tuningengines-cli"
],
"env": {
"TE_API_KEY": "<TE_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs