dukememory

danilkryachko/dukememory
★ 1 stars Rust AI/LLM Updated 12d ago
Local-first AI agent memory for coding projects: SQLite context, MCP server, Codex skill, Rust CLI, and optional embeddings.
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": {
    "dukememory": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "dukememory"
      ]
    }
  }
}

README Excerpt

**Local-first memory for AI coding agents.** `dukememory` is a Rust CLI, MCP server, and Codex skill that gives Codex, Claude, Cursor, and other AI coding agents durable project memory. It stores decisions, constraints, commands, known issues, task state, user preferences, and design notes in local SQLite, with optional semantic search through

Topics

agent-memoryai-agent-memoryai-agentsai-codingbrand-protectedcodexcoding-agentsdeveloper-toolsembeddingslocal-firstmcpmcp-serverollamarustsqlite