mcpbeat Sign in

Iranti MCP Server

by nfemmanuel Your server? Claim it
local only

Iranti runs on your own machine — the client starts it, so there is no endpoint to ping. 260 installs a week from npm. Last commit 4 Jul 2026.

Persistent, shared memory for AI agents — facts, checkpoints, semantic search.

Installs per day peak 117 · avg 17 · -39% w/w
a month agotoday
260
Installs / week
npm · iranti
5
Stars
1 open issues
4 Jul 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] bin/iranti-mcp-server.js:1, [пакет] bin/iranti.js:1, [пакет] prisma.config.ts:1
этот файл ставится пользователю, но в репозитории его нет
Builds a file path from a variable src/library/projects.ts:159
  return normalizeProjectId(path.join(root, firstSegment));

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add iranti -- npx -y iranti
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "iranti": {
      "args": [
        "-y",
        "iranti"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.iranti]
command = "npx"
args = ["-y", "iranti"]
.cursor/mcp.json
{
  "mcpServers": {
    "iranti": {
      "args": [
        "-y",
        "iranti"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "iranti": {
      "args": [
        "-y",
        "iranti"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DATABASE_URL (PostgreSQL connection string for the Iranti database.), IRANTI_API_KEY (API key for a remote Iranti instance (e.g. iranti.cloud).), IRANTI_URL (Base URL of the Iranti API server (e.g. https://<slug>.iranti.cloud).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Iranti

same job, measured the same way
Ace Memory
by rudedoggg

Persistent memory for AI agents. Semantic search, memory graph, W3C DID identity.

answering
Memstack
by isiomac

MCP server for persistent, searchable memory for AI agents.

39 installs/wk local only
Casemgr MCP
by mstang

Shared workspace your AI agent writes to. 184 tools, persistent memory, semantic search.

24 installs/wk local only
Archetypal AI
by archetypal-ai

Persistent memory for AI agents. recall, remember, checkpoint — soul preservation.

34 installs/wk local only
Montycat MCP - Shared Memory for AI Agents
by montygovernance

Shared, persistent memory for AI agents, with semantic recall and live updates.

1 522 installs/wk local only
Memory
by humaux

Persistent long-term memory for AI agents: semantic search, knowledge graph, and task canvas.

answering
Openfuse MCP
by openfused

Encrypted mail, shared memory, and persistent context for AI agents.

111 installs/wk local only
Penfield Memory
by penfieldlabs

Persistent memory and knowledge graphs for AI agents. Hybrid search, context checkpoints, and more.

answering

Iranti — questions

Answers built from our own checks of this server.

Why is there no uptime for Iranti?
Iranti runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package iranti was installed 260 times last week.
How do I connect Iranti?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls iranti straight from npm; nothing to host, nothing to sign up for.
How many people use Iranti?
The npm package iranti was installed 260 times in the last week. Week over week that is -39%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Iranti open source?
We cannot say either way: written in TypeScript, 5 stars on GitHub and 1 open issue, but we could not determine the licence, and without one the code is not open source by default.