Back to Apps

Cortex
by hurttlocker
Open memory primitive for AI agents with human-gated directives and Ebbinghaus decay.
0 stars
Works in:CursorzedWindsurfCodex
Exposes:ToolsResources
What it does
Cortex provides an observable memory layer for AI agents that prioritizes human governance. It separates memory into 'Directives' (explicit rules) and a 'Ledger' (implicit outcomes), ensuring that agents propose patterns rather than writing rules autonomously.
Tools
- cortex_ledger_record: Records outcomes and patterns as agents work.
- cortex_search: Performs hybrid keyword and semantic search across memories.
- cortex_directive_add: Explicitly authors rules that never decay.
- cortex_propose_scan: Scans the ledger for recurring patterns to propose as directives.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"cortex": {
"command": "npx",
"args": ["-y", "@cortex-ai/mcp"]
}
}
}
Supported hosts
- claude
- cursor
- zed
- windsurf
- codex
Quick install
npx @cortex-ai/mcpInformation
- Pricing
- free
- Published
- 7/13/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
zed
settings.json context_servers entryCodex
AGENTS.md or mcp config entryCursor
mcp.json entry in ~/.cursor/Windsurf
mcp_config.json entryClaude Desktop
JSON for claude_desktop_config.json





