Skip to content
Cursor

CodeInspectus for Cursor

io.github.synvoya/codeinspectus

Local-first MCP security scanner and CLI for AI-generated applications.

client:Cursor transport:stdio runtime:npm

Install CodeInspectus in Cursor

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

{
  "mcpServers": {
    "codeinspectus": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "codeinspectus"
      ]
    }
  }
}

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

CodeInspectus in other clients