Awesome Hermes PluginsMemory Providers

ccf/agentcairn

⭐ 54 Python added to this list on 2026-07-20 repository created 2026-06-08

AgentCairn is a robust memory provider designed for AI coding agents, offering persistent, inspectable, and cross-project memory capabilities. Unlike systems relying on opaque databases, AgentCairn uses a user's Obsidian vault as the canonical source of truth, storing all memory as Markdown files with provenance. This design ensures that memory is directly accessible and editable by the user, promoting transparency and control. It integrates with various coding agents, including Claude Code and Codex, providing specific plugins and commands like `/agentcairn:recall` and `/agentcairn:remember` for memory management. The system captures durable context from agent interactions, redacting sensitive information and distilling relevant insights before writing them to Markdown. A disposable DuckDB index serves as a fast retrieval cache, which can be rebuilt without affecting the canonical Markdown vault. AgentCairn emphasizes local processing with FastEmbed, no required daemon, and zero telemetry, ensuring privacy and local control. It includes features like time-aware corrections, deterministic graph creation with wikilinks, and project-aware recall, making memory relevant and easily navigable. The project aims to provide a reliable and inspectable memory foundation for AI agents, allowing users to understand and control the information agents retain.

https://github.com/ccf/agentcairn

agentmemoryaiai-agentshermes-pluginmemoryobsidianmarkdownlocal-firstDuckDBRAGcoding-agentsClaudeCodexRRF

Also in Memory Providers

TencentCloud/TencentDB-Agent-Memory

TencentDB Agent Memory is a Hermes Agent plugin providing a 4-tier progressive and local-first memory pipeline to enhance AI agents by reducing token usage and improving task success rates.

MemoriLabs/Memori

Memori is an agent-native memory infrastructure, offering an LLM-agnostic layer that converts agent execution and conversation into structured, persistent state for production systems, including a ...

basicmachines-co/basic-memory

Basic Memory is a local-first, knowledge graph-based memory system for AI agents, providing persistent, bidirectional knowledge access via Markdown files and the MCP protocol, including a Hermes pl...

agentscope-ai/ReMe

A local-first Markdown memory service with a Hermes Agent plugin that turns conversations and documents into linked, searchable notes using wikilinks, BM25 and optional embedding retrieval.

mnemosyne-oss/mnemosyne

Mnemosyne is a zero-dependency, sub-millisecond AI memory system for Hermes Agents and other LLM frameworks, focusing on efficient, local, and private knowledge retention.

ClaudioDrews/memory-os

Memory OS is a 7-layer memory operating system for Hermes Agent, providing persistent memory, structured facts, fabric recall, an auto-curated wiki, and surgical context injection, running locally ...

zhangfengcdt/memoir

Memoir is a high-performance semantic memory system for AI agents, offering Git-like version control for AI memory management to combat context contamination, token costs, and memory drift.

MaxFreedomPollard/Compartment

Offline, encrypted agentic memory vault that installs into Hermes Agent as a plugin and MCP server, keeping one transferable memory store shared by every agent on the machine.