Project Overview
agentmemory is a shared memory server designed for AI coding agents. It automatically captures the tools each agent runs and serves the context back through hybrid keyword, vector, and knowledge graph search, so agents like Claude Code, Cursor, and Copilot CLI do not require re-explanation of the project every session.
Core Features
- Automatic capture of tool executions
- Hybrid search (keyword, vector, knowledge graph)
- Live dashboard for memory status
- SQLite storage
- Deployment templates for Docker or Fly.io
Tech Stack and License
Primary language is TypeScript, licensed under Apache-2.0, distributed as an npm package.
Getting Started
According to the README, users can install the agentmemory package via npm and use the provided deployment templates to run the service on Docker or Fly.io. For detailed setup and configuration, please refer to the project README.










Comments
No comments yet
Be the first to comment