Cortex — Persistent Semantic Memory

Persistent semantic memory for AI assistants.

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeCan modify data

What it can do

  • Search: Cerca informazioni nella memoria dell'utente. Restituisce risultati con id, titolo e url da citare.
  • Fetch: Recupera il contenuto completo di un elemento dato il suo id (ottenuto da search).
  • Cortex Recall: Riassume cio che la memoria contiene su un argomento.

What data it sees

Do you need an account

No: the server works without sign-in

Persistent semantic memory for AI assistants. Same memory from Claude, ChatGPT or any MCP client: your AI remembers your work, decisions and conversations across sessions, devices and models.

Unlike plain RAG or note archives, every write passes a server-side quality gate that rejects redundant memories (~80% of proposals in production), contradictions are tracked as first-class objects instead of being silently swallowed, and every answer can cite its sources.

  • Zero setup — hosted remote MCP server, OAuth sign-in, trial space auto-created on first connection (30 days, no credit card)
  • Governed writes — novelty filter, typed claims, deduplication at write time
  • Conflict tracking — contradictions surfaced with warnings, never hidden
  • Multi-model — one memory across Claude, ChatGPT and any MCP-compatible client
  • EU infrastructure — export and delete your memories at any time

Listed on the official MCP registry (io.github.FilippoPilo/cortex). Patent application filed (May 2026). Benchmarks published — including the inconvenient ones — at skynetlab-cortex.com, docs and examples on GitHub.

Server tool list (6)

Raw names from tools/list. Only developers need these.

searchCerca informazioni nella memoria dell'utente. Restituisce risultati con id, titolo e url da citare.
fetchRecupera il contenuto completo di un elemento dato il suo id (ottenuto da search).
cortex_recallRiassume cio che la memoria contiene su un argomento.
cortex_writeSalva un'informazione nella memoria dell'utente.
cortex_forgetDimentica (elimina) una memoria dato il suo id.
cortex_conflictsMostra le contraddizioni rilevate tra le memorie.