Skip to content
Cursor

TridentChain Security for Cursor

io.github.devinder1/tridentchain-security

Local supply-chain CVE scanner via OSV/NVD. Scans deps and IDE extensions. No upload.

client:Cursor transport:stdio runtime:pypi

Install TridentChain Security in Cursor

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

{
  "mcpServers": {
    "tridentchain-security": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "tridentchain-mcp"
      ]
    }
  }
}

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

TridentChain Security in other clients