Odel
qorami sdk

qorami sdk

Local
@loicfontaine-max2PythonMITUpdated 2mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmqorami-mcpv1.0.0

Run

npx -y qorami-mcp

MCP client config

{
  "mcpServers": {
    "qorami-sdk": {
      "command": "npx",
      "args": [
        "-y",
        "qorami-mcp"
      ]
    }
  }
}