1. Conduid
  2. RAG
  3. Cortex Protocol
MCP server · RAG

Cortex Protocol

User-owned, cross-agent AI memory — an open-source memory MCP server (Apache-2.0, BYOK Gemini).

34Low

Scored 11 days ago · breakdown

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

Clone
git clone https://github.com/fernsdavid25/cortex-protocol

This 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

I know everything about Cortex Protocol. Ask me about installation, configuration, usage, or troubleshooting.

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.
Questions

About Cortex Protocol

How do I install Cortex Protocol?

Run git clone https://github.com/fernsdavid25/cortex-protocol, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Cortex Protocol safe to use with an AI agent?

Its trust score is 34 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Cortex Protocol still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.