Skip to content
Cursor

synapse audit for Cursor

io.github.digidenone/synapse-audit

AI-Powered Security Scanner for LLMs. Detects vulnerabilities and syncs with SynapseAudit.

client:Cursor transport:stdio runtime:npm

Install synapse audit in Cursor

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

{
  "mcpServers": {
    "synapse-audit": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@digidenone/synapseaudit-mcp"
      ]
    }
  }
}

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

synapse audit in other clients