← Back to Plugins
MCP Server MCP

Tuning Engines - Governed AI Runtime

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "tuningengines-cli",
      "version": "0.4.34",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "mcp",
          "type": "positional"
        },
        {
          "value": "serve",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Tuning Engines API key. Get one at https://tuningengines.com or by running 'te auth login'.",
          "isRequired": true,
          "isSecret": true,
          "name": "TE_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...