Loading MCP server directory, please wait...
Persistent, shared memory for AI agents — facts, checkpoints, semantic search.
npx @getmcp/cli add io.github.nfemmanuel/irantiRequires Node.js 18+. Community-contributed server. Review source before installing.
DATABASE_URLPostgreSQL connection string for the Iranti database.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.nfemmanuel/iranti": {
"command": "npx",
"args": [
"-y",
"iranti"
],
"env": {
"DATABASE_URL": "",
"IRANTI_API_KEY": "",
"IRANTI_URL": ""
}
}
}
}