Skip to main content
Knowledge & MemoryGo

jcdickinson/simplemem

A simple memory tool for coding agents using DuckDB and VoyageAI.

knowledge-memorycloud-servicelinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/jcdickinson/simplemem

Claude Desktop configuration example:

{
  "mcpServers": {
    "simplemem": {
      "command": "npx",
      "args": [
        "-y",
        "jcdickinson/simplemem"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Knowledge & Memory
Language
Go
Author
jcdickinson