Skip to content
Cursor

mcp codeaudit for Cursor

io.github.infoinlet-marketplace/mcp-codeaudit

Security audit for AI agents — scan code/diffs for leaked secrets, check deps via OSV.

client:Cursor transport:stdio runtime:npm

Install mcp codeaudit in Cursor

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

{
  "mcpServers": {
    "mcp-codeaudit": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@infoinlet/mcp-codeaudit"
      ]
    }
  }
}

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

mcp codeaudit in other clients