AgentConn
S

supermemory

Coding Free

About supermemory

supermemory is an open-source memory infrastructure for AI agents and applications. It provides persistent memory, semantic search, and knowledge graph capabilities that let agents remember context across sessions, retrieve relevant past interactions, and build up domain knowledge over time. Designed as a drop-in memory backend for coding agents, chatbots, and autonomous workflows.

Key Features

  • Persistent memory across agent sessions
  • Semantic search over stored memories and interactions
  • Knowledge graph for structured relationship tracking
  • API-first design for integration with any agent framework
  • Self-hosted or cloud deployment options

Overview

supermemory provides the memory layer that most AI agents lack out of the box. While LLMs process each conversation in isolation, supermemory gives agents the ability to remember past interactions, store learned patterns, and retrieve relevant context from previous sessions. The project has grown to 25k+ GitHub stars with +501 stars/day velocity.

Key Capabilities

The engine combines vector storage for semantic similarity search with a knowledge graph for structured relationships. Agents can store observations, retrieve relevant memories by semantic query, and build up domain expertise over time. The API is framework-agnostic — it works with Claude Code, Codex, custom agents, and chatbot platforms.

Integration

supermemory deploys as a standalone service with a REST API. Self-hosted with Docker or available as a managed cloud service. Integrates with popular agent frameworks through simple API calls for store, query, and manage operations.

Similar Agents