hermes-memory-mcp

nauta-ai/hermes-memory-mcp
★ 0 stars Python 🤖 AI/LLM Updated 2d ago
MCP server that exposes cited project memory tools for coding agents.
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": {
    "hermes-memory-mcp": {
      "command": "uvx",
      "args": [
        "hermes-memory-mcp"
      ]
    }
  }
}

Or install with pip: pip install hermes-memory-mcp

README Excerpt

Local-first MCP server that gives AI coding agents persistent, cited memory of your project's notes, decisions, commits, and logs. **Status:** v0.1.0a1 — alpha scaffold. Tool surfaces are registered; full implementations land in subsequent releases. Tracks the benchmark at [Claude Code Amnesia Test](https://github.com/nauta-ai/claude-code-amnesia-test).