curion

geanatz/curion
★ 1 stars TypeScript AI/LLM Updated 14d ago
Curion is a project-local memory layer for AI coding agents, published as an MCP server for Claude Code, Codex, OpenCode, and other MCP clients.
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": {
    "curion": {
      "command": "npx",
      "args": [
        "-y",
        "geanatz/curion"
      ]
    }
  }
}

README Excerpt

> Project-local memory layer for AI agents, exposed as a Model Context Protocol (MCP) stdio server. --- Curion gives your AI agent a **persistent memory of the project it is working in**. Across sessions it can remember design decisions, architecture choices, team conventions, and anything else you choose to store — and recall the relevant

Topics

aiai-agentsai-memoryclaudeclaude-codecodexcoding-agentscontext-managementknowledge-basellmlocal-firstmcpmcp-servermodel-context-protocolopencode