← Index

io.github.nfemmanuel/iranti

io.github.nfemmanuel/iranti·v0.3.35·Search
Quality Score
80
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "iranti": {
      "command": "npx",
      "args": [
        "-y",
        "iranti"
      ],
      "env": {
        "DATABASE_URL": "<database_url>",
        "IRANTI_API_KEY": "<your-iranti_api_key>",
        "IRANTI_URL": "<iranti_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "iranti": {
      "command": "npx",
      "args": [
        "-y",
        "iranti"
      ],
      "env": {
        "DATABASE_URL": "<database_url>",
        "IRANTI_API_KEY": "<your-iranti_api_key>",
        "IRANTI_URL": "<iranti_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y iranti
§02  Environment variables
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).

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Search