mcpbeat Sign in

TAR Engine MCP Server

by qingxuantang Your server? Claim it
local only

TAR Engine runs on your own machine — the client starts it, so there is no endpoint to ping. 68 installs a week from pypi. Last commit 23 Jul 2026.

Audit AI skill safety before you ship. Static, semantic, adversarial, supply chain scans.

Installs per day peak 35 · avg 10 · -8% w/w
a month agotoday
68
Installs / week
pypi · tar-engine
2
Stars
8 open issues
23 Jul 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a dangerous call read_file.path → backend/cockpit/skill_executor.py:308
            r = subprocess.run(
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.

        out = subprocess.check_output(
Sends data to a third-party sink backend/cockpit/telegram_bot.py:55
API_BASE = "https://api.telegram.org/bot{token}"

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

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

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 tar-engine -- uvx tar-engine
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tar-engine": {
      "args": [
        "tar-engine"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.tar-engine]
command = "uvx"
args = ["tar-engine"]
.cursor/mcp.json
{
  "mcpServers": {
    "tar-engine": {
      "args": [
        "tar-engine"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "tar-engine": {
      "args": [
        "tar-engine"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: TAR_ENGINE_URL (Override the audit backend. Default is the hosted playground at https://tarai.dev. Set to http://localhost:8765 (or your own tar-engine deployment) to self-host and keep SKILL.md content on your machine.), TAR_ENGINE_BYOK_OPENAI_KEY (OpenAI API key that unlocks the semantic LLM and adversarial prompt-fuzz layers. Static and supply-chain layers run without it.), TAR_ENGINE_BYOK_ANTHROPIC_KEY (Anthropic API key alternative to the OpenAI key for the semantic and adversarial layers.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to TAR Engine

same job, measured the same way
Repo Security Scanner — Malicious Code & Supply Chain
by eltociear

Audit GitHub repos for malicious and supply-chain code before you depend on them.

answering
Irrational
by urbanmorph

Adversarial behavioural-bias engine — audits your decisions for cognitive biases via your own AI.

3 tools answering
Calllint
by calllint

Static preflight safety gate for MCP servers — scan configs before you run them. Never executes.

40 installs/wk local only
Edgehound
by energixe

Writes adversarial test suites for AI-built code. Your agent's test engineer.

answering
O
Sentinel
by 448c

Pay-per-call safety checks for AI agents: screen a crypto address or URL before you transact.

2 tools answering
MCP Skill Sec
by sudo-ai-git

Audit agent skills/prompts against 8 supply-chain attack patterns. Deterministic, no-LLM scanner.

114 installs/wk local only
Chron
by sirinivask

Timestamped audit log for every AI conversation — stored locally in SQLite, owned by you.

242 installs/wk local only
MCP Blast-Radius Auditor
by aos-standard

Static blast-radius audit for MCP servers before agent install. Manifest optional.

187 installs/wk local only

TAR Engine — questions

Answers built from our own checks of this server.

Why is there no uptime for TAR Engine?
TAR Engine 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 pypi package tar-engine was installed 68 times last week.
How do I connect TAR Engine?
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 tar-engine straight from pypi; nothing to host, nothing to sign up for.
How many people use TAR Engine?
The pypi package tar-engine was installed 68 times in the last week. Week over week that is -8%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is TAR Engine open source?
Yes — it is published under the Apache-2.0 licence, written in Python, 2 stars on GitHub and 8 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.