---
hide_table_of_contents: true
---

import CodeBlock from "@theme/CodeBlock";

# Motörhead Memory

[Motörhead](https://github.com/getmetal/motorhead) is a memory server implemented in Rust. It automatically handles incremental summarization in the background and allows for stateless applications.

## Setup

See instructions at [Motörhead](https://github.com/getmetal/motorhead) for running the server locally, or https://getmetal.io to get API keys for the hosted version.

## Usage

import Example from "@examples/memory/motorhead.ts";

<CodeBlock language="typescript">{Example}</CodeBlock>
