iranti for Windsurf
io.github.nfemmanuel/iranti
Persistent, shared memory for AI agents — facts, checkpoints, semantic search.
client:Windsurf
transport:stdio
runtime:npm
Install iranti in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"iranti": {
"command": "npx",
"args": [
"-y",
"iranti"
],
"env": {
"DATABASE_URL": "<DATABASE_URL>",
"IRANTI_API_KEY": "<IRANTI_API_KEY>",
"IRANTI_URL": "<IRANTI_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs