Back to MCP Servers
Iranti
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.
knowledge-memorygithubaiagent
By nfemmanuel
Installation
npx -y irantiConfiguration
{
"mcpServers": {
"iranti": {
"command": "npx",
"args": ["-y", "iranti"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes