aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 1e79700a25cf1b276e832c278e503be94905dc47 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# 🏠 Supermemory MCP (Local)

> Supermemory MCP, Rewritten From Scratch as a Minimal Local Process

## Setup

```bash
bun install
```

## Usage

```json
{
  "mcpServers": {
    "supermemory": {
      "command": "bun",
      "args": ["run", "/path/to/supermemory-mcp-local/index.ts"],
      "env": {
        "SUPERMEMORY_API_KEY": "sm_..."
      }
    }
  }
}
```

## Tools

- `memory` - Save or forget information
- `recall` - Search memories
- `listProjects` - List available projects
- `whoAmI` - Get current user information

## Prompts

- `context` - Get user profile for system context

## License

This project is licensed under the [MIT License](./LICENSE.txt).