MCP Servers / version-control / Memstate AI

Memstate AI

JSON →
stdiononeofficial3version-control

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
How to run this server
[ { "cmd": "npx @memstate/mcp", "imports": [] } ]
server path: memstate-ai
Tools
What this server exposes
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
Configuration
Environment & auth
authnone
envMEMSTATE_API_KEY
envMEMSTATE_MCP_URL
Resources
Memstate AI — MCP Server · libregistry