Skip to content
VS Code

synapse audit for VS Code

io.github.digidenone/synapse-audit

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

client:VS Code transport:stdio runtime:npm

Install synapse audit in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

synapse audit in other clients