2026-04-08 14:55:46 +03:00
|
|
|
---
|
2026-04-08 18:41:22 +03:00
|
|
|
name: mempalace:init
|
2026-04-08 14:55:46 +03:00
|
|
|
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.
|