MCP Server
MCP
io.github.nfemmanuel/iranti
Persistent, shared memory for AI agents — facts, checkpoints, semantic search.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "iranti",
"version": "0.3.35",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "PostgreSQL connection string for the Iranti database.",
"isRequired": true,
"format": "string",
"name": "DATABASE_URL"
},
{
"description": "API key for a remote Iranti instance (e.g. iranti.cloud).",
"format": "string",
"isSecret": true,
"name": "IRANTI_API_KEY"
},
{
"description": "Base URL of the Iranti API server (e.g. https://<slug>.iranti.cloud).",
"format": "string",
"name": "IRANTI_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment