iranti for Grok
io.github.nfemmanuel/iranti
Persistent, shared memory for AI agents — facts, checkpoints, semantic search.
client:Grok
transport:stdio
runtime:npm
Install iranti in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"iranti": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"iranti"
],
"env": {
"DATABASE_URL": "<DATABASE_URL>",
"IRANTI_API_KEY": "<IRANTI_API_KEY>",
"IRANTI_URL": "<IRANTI_URL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs