HomeCommunication › qorami-sdk

qorami-sdk

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

TypeScript Cloud
★ 2 stars Last pushed 2026-07-03 License: MIT

Topics: Communication

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.0)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "qorami-sdk": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "QORAMI_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • QORAMI_API_KEY required secret — Your Qorami workspace API key (get one at https://qorami.fr/dashboard/).

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry