About Cortex Protocol
Cortex Protocol is an MCP server in the RAG category: user-owned, cross-agent AI memory — an open-source memory MCP server (Apache-2.0, BYOK Gemini). It has been installed 0 times through Conduid.
Tools (6)
forget(memory_id)Delete a memory (a short id prefix works if unambiguous).
Takes no parameters.
list_memories(limit?)List the most recent memories.
Takes no parameters.
memorize(content, kind?, tags?)Save a durable memory (optionally classified into one of six kinds).
Takes no parameters.
recall(query, limit?)Retrieve the most relevant memories (hybrid dense + BM25, RRF; no LLM generation).
Takes no parameters.
recall_about(entity, limit?)Exhaustive dossier for one entity — a person, place, project, org, thing, or yourself — every relationship plus every memory attached to it. A pure keyed read, no LLM/embedding call. **Requires `CORTEX_GRAPH=1`.**
Takes no parameters.
recall_timeline(since?, until?, limit?)Dated event timeline — memories ordered by their extracted `event_time` (for "what happened when" questions), optionally bounded by ISO dates. A pure keyed read, no LLM/embedding call. **Requires `CORTEX_EPISODIC=1`.**
Takes no parameters.
Install
git clone https://github.com/fernsdavid25/cortex-protocolThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about Cortex Protocol
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- ·Scoped permissionsNot checked yet.