Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Cortex

io.github.filippopilo/cortex

Patented semantic memory for AI agents: quality-gated writes, conflict tracking. Free trial.

Uptime
100.0%
1 direct probes · 30d
Response
150ms
last probe
Tools
7
callable
Resources
0
readable
Prompts
0
available

Tools · 7

search

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

Fetch the full text of a memory by its id (from search). Cite its url when you use it.

cortex_recall

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…

cortex_write

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…

cortex_write_status

Esito di un salvataggio che cortex_write aveva restituito come queued: verdetto del gate ed eventuali conflitti aperti.

cortex_forget

Dimentica (elimina) una memoria dato il suo id.

cortex_conflicts

Mostra le contraddizioni rilevate tra le memorie.

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"
    }
  }
}