Memstate AI
JSON →Agent memory with git-like version control. Custom LLMs turn conversations into structured facts with automatic conflict detection - your agent sees how decisions evolved, not four contradictory text blobs. 80% token reduction vs RAG/graph systems. MCP + REST.
Install
npx @memstate/mcp Tools · 7
- store_fact Store a fact at a specific keypath with optional metadata
- read_fact Read the current value of a fact at a given keypath
- read_fact_history Read the full version history of a fact at a given keypath
- delete_fact Delete a fact at a given keypath
- list_keys List all keys under a given prefix
- search_facts Search for facts by content or metadata
- get_summary Get a summary of all stored facts
Environment variables
MEMSTATE_API_KEYMEMSTATE_MCP_URL
Links
★ 3 GitHub stars