19 lines
442 B
Markdown
19 lines
442 B
Markdown
|
|
---
|
||
|
|
name: init
|
||
|
|
description: Set up MemPalace — install the package, initialize a palace, configure MCP server, and verify everything works.
|
||
|
|
---
|
||
|
|
|
||
|
|
Run the following command to get setup instructions, then follow them step by step:
|
||
|
|
|
||
|
|
```bash
|
||
|
|
mempalace instructions init
|
||
|
|
```
|
||
|
|
|
||
|
|
If the command fails (mempalace not installed yet), first install it:
|
||
|
|
|
||
|
|
```bash
|
||
|
|
pip install mempalace
|
||
|
|
```
|
||
|
|
|
||
|
|
Then run the instructions command again and follow the output.
|