Back to MCP Servers
Simplemem
A simple memory tool for coding agents using DuckDB and VoyageAI.
knowledge-memoryaiagent
By jcdickinson
Installation
npx -y simplememConfiguration
{
"mcpServers": {
"simplemem": {
"command": "npx",
"args": ["-y", "simplemem"]
}
}
}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