Skip to content
Cursor

AI Scanner for Cursor

io.github.aakashbhardwaj27/ai-scanner

Scan codebases for LLM/AI SDK usage, exposed API tokens, and hardcoded secrets.

client:Cursor transport:stdio runtime:npm

Install AI Scanner in Cursor

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

{
  "mcpServers": {
    "ai-scanner": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ai-scanner-mcp"
      ]
    }
  }
}

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

AI Scanner in other clients