Thezenmonster/agentmem
by Various
Governed memory for long-lived coding agents. Trust, provenance, conflict detection. Local-first.
MCP
Thezenmonster/agentmem
Added 1 June 2026
Overview
AgentMem is a Python library for governed memory in long-lived coding agents. It provides trust, provenance tracking, and conflict detection for agent interactions. The system operates local-first.
Best for
Best for
Developers building long-lived coding agents that need memory with trust and conflict handling
Use cases
- Managing long-running agent conversations with conflict resolution
- Tracking provenance of agent decisions and data modifications
- Enforcing trust and consistency in multi-agent code generation workflows
Notes
AgentMem is a Python library for governed memory in long-lived coding agents. It provides trust, provenance tracking, and conflict detection for agent interactions. The system operates local-first.
2 stars on GitHub. Last updated 2026-04-17. Licensed MIT.
Use cases
- Managing long-running agent conversations with conflict resolution
- Tracking provenance of agent decisions and data modifications
- Enforcing trust and consistency in multi-agent code generation workflows
Pros
- Local-first design avoids dependency on external services
- Explicit conflict detection for robust agent coordination
- Provenance tracking aids debugging and audit trails
Cons
- Very small community (2 stars) suggests limited testing and support
- Detecting conflicts may add latency in real-time agent loops
- Python-only limits integration with non-Python agent frameworks
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Local-first design avoids dependency on external services
- Explicit conflict detection for robust agent coordination
- Provenance tracking aids debugging and audit trails
Cons
- Very small community (2 stars) suggests limited testing and support
- Detecting conflicts may add latency in real-time agent loops
- Python-only limits integration with non-Python agent frameworks
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.