Memongo banner
romiluz13 romiluz13

Memongo

AI community

Description

MongoDB-native long-term memory for production AI agents

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Memongo

Memongo - MongoDB-native long-term AI memory

MongoDB-native Company Brain memory framework for AI apps, agents, and teams.

Quickstart · Framework · Architecture · API · Live Site · Benchmarks · Release Gate

@memongo/memory npm version @memongo/client npm version @memongo/tools npm version

Memongo gives AI systems durable Company Brain memory on top of MongoDB. It stores conversations, facts, procedures, knowledge-base chunks, episodes, and graph relationships in one MongoDB-backed memory engine, then retrieves context with vector search, full-text search, and hybrid ranking.

The public repo is intentionally focused: a runnable API, MCP server, TypeScript client, AI SDK tools, web console, docs, Docker MongoDB setup, and release checks.

Quickstart

Prerequisites:

  • Node.js 20+
  • Bun 1.2+
  • Docker (for the local MongoDB path — uses MongoDB Atlas Local Preview with mongot for Atlas Search)
git clone https://github.com/romiluz13/memongo.git
cd memongo
bun install

Start