Back to MCP Servers
Agent Memory
Three-layer memory system for agents (identity/active/archive) with semantic search, graph relationships, conflict detection, and LearningMachine. Built by an agent, for agents. No API keys required.
knowledge-memoryapiagent
Installation
npx -y agent-memoryConfiguration
{
"mcpServers": {
"agent-memory": {
"command": "npx",
"args": ["-y", "agent-memory"]
}
}
}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