Skip to content
Cursor

TAR Engine for Cursor

io.github.qingxuantang/tar-engine

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

client:Cursor transport:stdio runtime:pypi

Install TAR Engine in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "tar-engine": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "tar-engine"
      ],
      "env": {
        "TAR_ENGINE_URL": "<TAR_ENGINE_URL>",
        "TAR_ENGINE_BYOK_OPENAI_KEY": "<TAR_ENGINE_BYOK_OPENAI_KEY>",
        "TAR_ENGINE_BYOK_ANTHROPIC_KEY": "<TAR_ENGINE_BYOK_ANTHROPIC_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

TAR Engine in other clients