@memstate/mcp
Freeby MCP Community
Versioned memory for AI agents — structured keypaths, conflict detection, and 80% fewer tokens than alternatives.
v1.2.1Added Apr 12, 2026
mcpaimemoryagentsclaude
@memstate/mcp MCP Server
Versioned memory for AI agents — structured keypaths, conflict detection, and 80% fewer tokens than alternatives.
Installation
Reviews
Installation
Quick install
npx -y @memstate/mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"@memstate/mcp": {
"command": "npx",
"args": ["-y", "@memstate/mcp"]
}
}
}