Skip to content
Zed

qorami for Zed

io.github.loicfontaine-max/qorami

Check an email before an AI agent sends it: send / ask a human / block. Detects prompt injection.

client:Zed transport:stdio runtime:npm

Install qorami in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "qorami": {
      "command": "npx",
      "args": [
        "-y",
        "qorami-mcp"
      ],
      "env": {
        "QORAMI_API_KEY": "<QORAMI_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

qorami in other clients