qorami for Cursor
io.github.loicfontaine-max/qorami
Check an email before an AI agent sends it: send / ask a human / block. Detects prompt injection.
client:Cursor
transport:stdio
runtime:npm
Install qorami in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"qorami": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"qorami-mcp"
],
"env": {
"QORAMI_API_KEY": "<QORAMI_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs