docs: align MCP setup examples with shipped server

This commit is contained in:
James Cane
2026-04-07 09:15:16 +01:00
parent 1782628b8a
commit 1557eaa2f5
2 changed files with 9 additions and 7 deletions
+8 -6
View File
@@ -5,20 +5,22 @@
Run the MCP server: Run the MCP server:
```bash ```bash
python mcp_server.py python -m mempalace.mcp_server
``` ```
Or add to Claude Code: Or add it to Claude Code:
```bash ```bash
claude mcp add mempal -- python /path/to/mempalace/mcp_server.py claude mcp add mempalace -- python -m mempalace.mcp_server
``` ```
## Available Tools ## Available Tools
- **mempal_status** — palace stats (wings, rooms, drawer counts) The server exposes the full MemPalace MCP toolset. Common entry points include:
- **mempal_search** — semantic search across all memories
- **mempal_list_wings** — list all projects in the palace - **mempalace_status** — palace stats (wings, rooms, drawer counts)
- **mempalace_search** — semantic search across all memories
- **mempalace_list_wings** — list all projects in the palace
## Usage in Claude Code ## Usage in Claude Code
+1 -1
View File
@@ -2,7 +2,7 @@
""" """
MemPalace MCP Server — read/write palace access for Claude Code MemPalace MCP Server — read/write palace access for Claude Code
================================================================ ================================================================
Install: claude mcp add mempalace -- python /path/to/mcp_server.py Install: claude mcp add mempalace -- python -m mempalace.mcp_server
Tools (read): Tools (read):
mempalace_status — total drawers, wing/room breakdown mempalace_status — total drawers, wing/room breakdown