Skip to content
@ledgermem

Mnemo

Mnemo — long-term memory infrastructure for AI agents. mnemohq.com

Mnemo

Long-term memory infrastructure for AI agents. Hybrid retrieval. Event-sourced. Auditable. Reproducible.

Website · Docs · npm · PyPI

About the name: the brand is Mnemo, but the package is getmnemomnemo was already taken on npm and PyPI. So you pip install getmnemo / npm install getmnemo. In Python the import module is mnemo (installed by the getmnemo package).


Start in 30 seconds

# TypeScript / JavaScript            # Python
npm install getmnemo                 pip install getmnemo   # NOT "mnemo" — that's someone else's package
import { Mnemo } from "getmnemo";
const mem = new Mnemo({ apiKey: process.env.GETMNEMO_API_KEY! });
await mem.add("Loves Italian food, allergic to shellfish.");
const hits = await mem.search("dinner ideas");
import os
from mnemo import Mnemo            # the module is `mnemo`; you installed it via `pip install getmnemo`
mem = Mnemo(api_key=os.environ["GETMNEMO_API_KEY"])
mem.add("Loves Italian food, allergic to shellfish.")
hits = mem.search("dinner ideas")

MCP server (Claude Desktop, Cursor, Windsurf):

npx -y getmnemo-mcp

What's shipped today

Everything below is published and installable right now.

Core SDKs

Language Package Install
TypeScript / JavaScript getmnemo npm install getmnemo
Python getmnemo pip install getmnemo (import mnemo)

Tooling

Tool Package Install
CLI getmnemo-cli npm i -g getmnemo-cli → run getmnemo
MCP server getmnemo-mcp npx -y getmnemo-mcp

Framework adapters

Framework Package Install
Anthropic SDK getmnemo-anthropic npm install getmnemo-anthropic
Vercel AI SDK getmnemo-vercel-ai npm install getmnemo-vercel-ai
Mastra getmnemo-mastra npm install getmnemo-mastra

More SDKs, connectors, and framework integrations are in progress — they'll be listed here as each one ships and is installable. We'd rather list seven things that work than seventy that don't.


Links

Popular repositories Loading

  1. getmnemo-mcp getmnemo-mcp Public

    Model Context Protocol server for Mnemo Memory

    TypeScript

  2. getmnemo-python getmnemo-python Public

    Python SDK for Mnemo Memory

    Python

  3. getmnemo-js getmnemo-js Public

    TypeScript / JavaScript SDK for Mnemo Memory

    TypeScript

  4. getmnemo-integrations getmnemo-integrations Public

    Helper packages for LangChain, LlamaIndex, Vercel AI SDK, AutoGen, CrewAI, Pydantic AI

    Python

  5. getmnemo-enterprise getmnemo-enterprise Public

    Self-hosting IaC for Mnemo Enterprise (Docker Compose, Helm, license verifier)

    TypeScript

  6. getmnemo-status getmnemo-status Public

    Cloudflare Worker for the Mnemo status page (status.mnemohq.com)

    TypeScript

Repositories

Showing 10 of 71 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…