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
{
"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