iranti for Cursor
io.github.nfemmanuel/iranti
Persistent, shared memory for AI agents — facts, checkpoints, semantic search.
client:Cursor
transport:stdio
runtime:npm
Install iranti in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"iranti": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"iranti"
],
"env": {
"DATABASE_URL": "<DATABASE_URL>",
"IRANTI_API_KEY": "<IRANTI_API_KEY>",
"IRANTI_URL": "<IRANTI_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs