jayasukuv11-beep/agenthelm
by Various
Shared, versioned memory for AI coding agents — MCP server with git-style history (log/diff/blame) for Claude Code, Cursor & Claude Desktop
MCP
jayasukuv11-beep/agenthelm
Added 3 Sept 2026
Overview
Agenthelm is a shared, versioned memory system for AI coding agents. It operates as an MCP server providing git-style history (log, diff, blame) for Claude Code, Cursor, and Claude Desktop. Built in TypeScript, it enables collaborative memory across these tools.
Best for
Best for
Developers using Claude Code, Cursor, or Claude Desktop who need shared, versioned agent memory.
Use cases
- Share memory across Claude Code, Cursor, and Claude Desktop
- Inspect memory history with git-style log and diff
- Attribute memory changes with blame
How to use
Install
npx -y agenthelm-mcp Tools exposed
get_contextpropose_knowledgeget_history
Tested with
Cursor, Claude Code, Claude Desktop
Example client config
{\n "mcpServers": {\n "agenthelm": {\n "command": "npx",\n "args": ["-y", "agenthelm-mcp"],\n "env": {\n "AGENTHELM_CONNECT_KEY": "ahe_live_YOUR_KEY_HERE",\n "AGENTHELM_PROJECT": "your-project-name"\n }\n }\n }\n} Notes
Agenthelm is a shared, versioned memory system for AI coding agents. It operates as an MCP server providing git-style history (log, diff, blame) for Claude Code, Cursor, and Claude Desktop. Built in TypeScript, it enables collaborative memory across these tools.
5 stars on GitHub. Last updated 2026-08-25. Licensed MIT.
Use cases
- Share memory across Claude Code, Cursor, and Claude Desktop
- Inspect memory history with git-style log and diff
- Attribute memory changes with blame
Pros
- Provides git-like versioning for agent memory
- Integrates with multiple popular coding tools
- Open source with TypeScript implementation
Cons
- Low adoption (5 stars) suggests early stage
- Requires MCP server setup and configuration
- Limited to the three listed tools
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Provides git-like versioning for agent memory
- Integrates with multiple popular coding tools
- Open source with TypeScript implementation
Cons
- Low adoption (5 stars) suggests early stage
- Requires MCP server setup and configuration
- Limited to the three listed tools
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.
