TAR Engine
About
Audit AI skill safety before you ship. Static, semantic, adversarial, supply chain scans.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
TAR_ENGINE_URL TAR_ENGINE_BYOK_OPENAI_KEY TAR_ENGINE_BYOK_ANTHROPIC_KEYClaude Code
claude mcp add --env TAR_ENGINE_URL= --env TAR_ENGINE_BYOK_OPENAI_KEY= --env TAR_ENGINE_BYOK_ANTHROPIC_KEY= tar-engine -- uvx tar-engine
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"tar-engine","command":"uvx","args":["tar-engine"],"env":{"TAR_ENGINE_URL":"","TAR_ENGINE_BYOK_OPENAI_KEY":"","TAR_ENGINE_BYOK_ANTHROPIC_KEY":""}}'
JSON
{
"mcpServers": {
"tar-engine": {
"command": "uvx",
"args": [
"tar-engine"
],
"env": {
"TAR_ENGINE_URL": "",
"TAR_ENGINE_BYOK_OPENAI_KEY": "",
"TAR_ENGINE_BYOK_ANTHROPIC_KEY": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.