PromptScan for Cursor
io.github.corporatelad/promptscan
Prompt injection detection API for AI agents. Scan untrusted text before passing it to an LLM.
client:Cursor
transport:streamable-http
Install PromptScan in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"promptscan": {
"url": "https://promptscan.dev/mcp/"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs