agentic-memory

elViRafa/agentic-memory
★ 0 stars Python AI/LLM Updated today
Agentic memory fabric - MCP server for persistent memory management
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agentic-memory": {
      "command": "uvx",
      "args": [
        "agentic-memory"
      ]
    }
  }
}

Or install with pip: pip install agentic-memory

README Excerpt

**File-first, local-first memory layer for MCP-compatible AI coding assistants.** Memory Fabric gives AI tools like Claude Code, Cursor, and GitHub Copilot a consistent, project-aware context layer without locking you into one model, editor, cloud provider, or operating system. Memory is stored as human-readable Markdown with YAML frontmatter. No vector database. No cloud account. No embeddings required.

Tools (16)

apply_dream_results_tooldelete_memory_store_tooldream_toolevaluate_dream_quality_toolevaluate_memory_fabric_toolinitialize_memory_fabric_toolkeyword_search_toollist_memory_store_toolprepare_dream_payload_toolpropose_memory_patch_toolread_combined_context_toolread_memory_store_toolread_section_toolstderrwrite_local_memory_toolwrite_memory_store_tool