Skip to content
Cursor

Prism Scanner for Cursor

io.github.aidongise-cell/prism-scanner

Security scanner for AI Agent skills, plugins, and MCP servers with A-F grading.

client:Cursor transport:stdio runtime:pypi

Install Prism Scanner in Cursor

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

{
  "mcpServers": {
    "prism-scanner": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "prism-scanner"
      ]
    }
  }
}

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

Prism Scanner in other clients