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

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub