Skip to content
Cursor

Trentina for Cursor

io.github.crunchtools/trentina

Secure MCP gateway and quarantine for AI agent traffic — three-layer prompt injection defense

client:Cursor transport:stdio runtime:pypi

Install Trentina in Cursor

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

{
  "mcpServers": {
    "trentina": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-trentina-crunchtools"
      ]
    }
  }
}

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

Trentina in other clients