HomeKnowledge & Memory › iranti

iranti

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

TypeScript CloudLocal macOSWindowsLinux
★ 5 stars Last pushed 2026-07-06

Topics: Knowledge & Memory

Connect

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

Package (npm 0.3.35)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "iranti": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "DATABASE_URL": "<YOUR_VALUE>",
        "IRANTI_API_KEY": "<YOUR_VALUE>",
        "IRANTI_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • DATABASE_URL required — PostgreSQL connection string for the Iranti database.
  • IRANTI_API_KEY secret — 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).

Related servers

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

Data from the Official MCP Registry