Cortex
io.github.filippopilo/cortexPatented semantic memory for AI agents: quality-gated writes, conflict tracking. Free trial.
Tools · 7
Search this user's persistent memory (Cortex). Call it at the START of every conversation and before any answer that depends on who the user is or on what you did together before: the user must not ha…
Fetch the full text of a memory by its id (from search). Cite its url when you use it.
Narrative synthesis of what the user's memory knows about a topic, with the current state and what was superseded. Use it for questions like 'what do you know about X' or 'what is the current state of…
Save to the user's persistent memory (Cortex), ON YOUR OWN INITIATIVE while the conversation goes on, without waiting to be asked: decisions and the reason behind them, stable facts about the person a…
Esito di un salvataggio che cortex_write aveva restituito come queued: verdetto del gate ed eventuali conflitti aperti.
Dimentica (elimina) una memoria dato il suo id.
Mostra le contraddizioni rilevate tra le memorie.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"cortex": {
"url": "https://skynetlab-cortex-saas-mcp.cortex-320.workers.dev/mcp",
"transport": "streamable-http"
}
}
}