cortex

sfaustodev/cortex
★ 1 stars Python Database Updated 6d ago
Durable working memory for coding agents — one task, one memory, zero dependencies. MCP server in pure Python stdlib.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cortex": {
      "command": "uvx",
      "args": [
        "cortex"
      ]
    }
  }
}

Or install with pip: pip install cortex

README Excerpt

> **Durable working memory for coding agents.** One task, one memory, zero dependencies. An agent's context window is volatile RAM: when it compacts or the session restarts, the decisions, constraints and hard-won lessons of the work evaporate. The agent re-derives what it already knew, contradicts its own choices, reintroduces the bug it fixed two hours ago. **cortex is the disk.** A tiny MCP server (~1,000 lines, three files) that persists the task's working state in a local SQLite file and ha

Tools (3)

cortex_briefingcortex_recallcortex_remember

Topics

ai-agentsclaude-codemcpmcp-servermemorypythonsqlite
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →