Odel
SynapseAudit

SynapseAudit

Local
@digidenone1JavaScriptUpdated 7mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@digidenone/synapseaudit-mcpv3.0.0

Run

npx -y @digidenone/synapseaudit-mcp

MCP client config

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