mcpbeat Sign in

Tuning Engines MCP Server

by cerebrixos Your server? Claim it
local only

Tuning Engines runs on your own machine — the client starts it, so there is no endpoint to ping. 124 installs a week from npm. Last commit 18 Aug 2026.

Domain-specific LLM fine-tuning — sovereign models trained on your data, zero infrastructure.

Installs per day peak 562 · avg 82 · +148% w/w
a month agotoday
124
Installs / week
npm · tuningengines-cli
6
Stars
0 open issues
18 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 46 min ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable src/commands/orchestration.ts:74
    const filePath = path.join(targetDir, name);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add tuning-engines -- npx -y tuningengines-cli
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tuning-engines": {
      "args": [
        "-y",
        "tuningengines-cli"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.tuning-engines]
command = "npx"
args = ["-y", "tuningengines-cli"]
.cursor/mcp.json
{
  "mcpServers": {
    "tuning-engines": {
      "args": [
        "-y",
        "tuningengines-cli"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "tuning-engines": {
      "args": [
        "-y",
        "tuningengines-cli"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: TE_API_KEY (Tuning Engines API key. Get one at https://tuningengines.com or by running 'te auth login'.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Tuning Engines

same job, measured the same way
Ocultar Pii
by edu963

Zero-egress PII redaction for Claude. Runs locally — no data leaves your infrastructure.

176 installs/wk local only
Domain Intelligence
by dataleadspro

Domain overviews for security and sales: registration, infrastructure, and risk signals.

1 tools answering
Fireworks
by usefulapi

Inspect Fireworks AI models, deployments, datasets and fine-tuning jobs.

14 tools answering
Flatland
by flatlandfi

Financial reasoning infrastructure for AI agents: typed models, deterministic compilation, receipts

40 installs/wk local only
Onde Inference CLI
by ondeinference

Manage your Onde Inference account and models: apps, model catalog, fine-tuned GGUF deploys.

32 installs/wk local only
Structura
by structura

Design domain models and generate deterministic multi-stack code, driven by your coding agent.

answering
C
Alchemite MCP
by intellegens

Train and use Alchemite machine learning models for experimental design in your local agent.

local only
Vibedeploy
by vibedeploy

Deploy and host AI-built websites on EU infrastructure, straight from your AI agent.

39 tools answering

Tuning Engines — questions

Answers built from our own checks of this server.

Why is there no uptime for Tuning Engines?
Tuning Engines runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package tuningengines-cli was installed 124 times last week.
How do I connect Tuning Engines?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls tuningengines-cli straight from npm; nothing to host, nothing to sign up for.
How many people use Tuning Engines?
The npm package tuningengines-cli was installed 124 times in the last week. Week over week that is +148%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Tuning Engines open source?
Yes — it is published under the MIT licence, written in TypeScript and 6 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.