# nfemmanuel/iranti [Health: Active]

**Category:** 🧠 Knowledge & Memory  
**Repository:** https://github.com/nfemmanuel/iranti  
**GitHub Stars:** 5  
**Views:** 1  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/nfemmanuel-iranti

## Description
Persistent shared memory for AI coding agents. Stores facts as entity/key/value triples with hybrid semantic search, task checkpoints, and conflict resolution — shared across Claude Code, Codex CLI, and GitHub Copilot.

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

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

## Documentation
Iranti stores facts as entity/key/value triples for reuse across AI coding agents. It combines semantic search with task checkpoints and conflict resolution, making it suitable for maintaining shared project context across supported coding workflows.

**Use cases:**
- Store project facts for reuse across coding sessions
- Search shared memory with semantic queries
- Record task checkpoints during development
- Resolve conflicting facts in persistent agent memory

**Key features:**
- Persistent shared memory
- Entity/key/value fact storage
- Hybrid semantic search
- Task checkpoints
- Conflict resolution
- Support for Claude Code, Codex CLI, and GitHub Copilot

_Summarized from the repository README — see the link above for the full text._

