Qorami MCP Server

Official clients, tool schemas and an MCP server for Qorami - a control point between your AI agents and actually sending email. Before each send, the agent asks Qorami, which replies send, request_human_confirmation, or do_not_send. It runs locally over stdio via the published package.

People connecting email tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-07-03 · ★ 2 · #48 OF 75 MAINTAINED EMAIL · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Qorami

Claude Code

claude mcp add loicfontaine-max-qorami-sdk -- npx -y qorami-mcp

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package qorami-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.loicfontaine-max is GitHub-verified and matches the repo owner

03 · What Qorami can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.0.0 · 2026-06-01

First public release. JS & Python clients, OpenAI/Anthropic tool schemas, and an MCP server (tested on @modelcontextprotocol/sdk 1.29). Use Qorami to check an email before an AI agent sends it: send /…

04 · Who maintains Qorami

qorami is maintained by loicfontaine-max. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
email - ranked #48 of 75 actively-maintained email servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-06-01)
registry
io.github.loicfontaine-max/qorami (active, first published 2026-06-01)
packages
npm:qorami-mcp

06 · Qorami FAQ

What is Qorami?

Official clients, tool schemas and an MCP server for Qorami - a control point between your AI agents and actually sending email. Before each send, the agent asks Qorami, which replies send, request_human_confirmation, or do_not_send. It runs locally over stdio via the published package.

Is Qorami still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-03 and it shipped 1 release in the last 90 days. We re-verify nightly.

How do I install Qorami?

Run `npx -y qorami-mcp`. You can also paste the ready-made client config above.

Does Qorami run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Qorami

More email MCP servers · Dns (madaburns) · Parse-DMARC MCP Server · e2a - email for AI agents

More Python MCP servers · Best Cad MCP · Open Invest · Excalibur MCP · Personalbrain MCP · Lynx · see all