Back to MCP Servers
Agentmem
Governed memory for coding agents with trust lifecycle (hypothesis → active → validated → deprecated), conflict detection, staleness tracking, and health scoring. SQLite + FTS5, zero infrastructure. `pip install quilmem[mcp]`
knowledge-memoryrustgosqliteagent
Installation
pip install quilmem[mcp]Configuration
{
"mcpServers": {
"agentmem": {
"command": "npx",
"args": ["-y", "agentmem"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes