> ## Documentation Index
> Fetch the complete documentation index at: https://docs.langchain.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Memory integrations

> Persist short-term and long-term agent memory with LangGraph checkpointers and stores.

Memory integrations provide persistent backends for [short-term memory](/oss/python/langchain/short-term-memory) (checkpointers) and [long-term memory](/oss/python/langchain/long-term-memory) (stores).

## Short-term memory (checkpointers)

| Backend       | Guide                                                                                             |
| ------------- | ------------------------------------------------------------------------------------------------- |
| MongoDB Atlas | [Short-term memory with MongoDB Atlas](/oss/python/integrations/memory/mongodb-short-term-memory) |

See also the full [checkpointer integrations](/oss/python/integrations/checkpointers) list.

## Long-term memory (stores)

| Backend       | Guide                                                                                           |
| ------------- | ----------------------------------------------------------------------------------------------- |
| MongoDB Atlas | [Long-term memory with MongoDB Atlas](/oss/python/integrations/memory/mongodb-long-term-memory) |

See also the full [store integrations](/oss/python/integrations/long-term-memory) list.

***

<div className="source-links">
  <Callout icon="terminal-2">
    [Connect these docs](/use-these-docs) to Claude, VSCode, and more via MCP for real-time answers.
  </Callout>

  <Callout icon="edit">
    [Edit this page on GitHub](https://github.com/langchain-ai/docs/edit/main/src/oss/python/integrations/memory/index.mdx) or [file an issue](https://github.com/langchain-ai/docs/issues/new/choose).
  </Callout>
</div>
