Iranti MCP Server

Persistent, shared memory for AI agents - facts, checkpoints, semantic search. It runs locally over stdio via the published package.

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

VERIFIED ACTIVE

LAST COMMIT 2026-07-06 · ★ 5 · #141 OF 259 MAINTAINED MEMORY · VERIFIED 2026-08-25

TypeScript servers · how we verify → /methodology

01 · Install Iranti

Claude Code

claude mcp add nfemmanuel-iranti -- npx -y iranti

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "nfemmanuel-iranti": {
      "command": "npx",
      "args": [
        "-y",
        "iranti"
      ]
    }
  }
}

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 no standard license detected - usage rights unclear; check the repo before commercial use

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

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

03 · What Iranti can do

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

Latest releases

v0.4.1 · 2026-04-15

Fixes · Post-response attend extractor fixed - The LLM inside the post-response extraction pipeline was returning prose instead of a JSON array, causing JSON.parse() to throw on every turn. Both extraction prompts in…

v0.4.0 · 2026-04-15

What's new · Multi-tenant identity layer - Users and tokens tables ship in this release. Every API operation is now scoped to a userId, with a default user (id=1) keeping backwards compatibility for all existing…

v0.3.41 · 2026-04-14

What's new · Added · iranti ui command. Launch the Iranti control plane web UI directly from the terminal: \iranti ui\ resolves \DATABASE_URL\ from the current project binding or \--instance\, starts…

04 · Who maintains Iranti

iranti is maintained by nfemmanuel. It's the only MCP server we track from this author; the repo dates to Feb 2026.

05 · Facts

category
memory - ranked #141 of 259 actively-maintained memory servers as of 2026-08-25.
registry
io.github.nfemmanuel/iranti (active, first published 2026-04-13)
packages
npm:iranti

06 · Iranti FAQ

What is Iranti?

Persistent, shared memory for AI agents - facts, checkpoints, semantic search. It runs locally over stdio via the published package.

Is Iranti still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-06. We re-verify nightly.

How do I install Iranti?

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

Does Iranti 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 Iranti

Pairs well with

Servers that cover what Iranti doesn't - only shown when the pairing reason fits the companion.

  1. Server Filesystem → filesystem companion filesystem · ★ 38,704
  2. X402 List MCP → filesystem companion filesystem · ★ 58

More memory MCP servers · Neural Memory · Engram · Mnemon MCP · Kg · Nodedex

More TypeScript MCP servers · Maket · Pubcrawl · Redacta MCP · Swissgroceries MCP · see all