Skip to content

Commit e8b3b4d

Browse files
jack-arturoclaude
andauthored
docs: fix drift in platforms/claude-desktop (#248)
The .mcpb one-click install for Claude Desktop was documented as "planned... not yet implemented," but mcp-automem's release pipeline (.github/workflows/release-please.yml) has built and uploaded a mcp-automem.mcpb asset to every GitHub release for some time, and the project's own README documents a working double-click install flow that prompts for the AutoMem endpoint and API key. Update Method 1 to describe the real, working flow instead of the stale "planned" note. Claude-Session: https://claude.ai/code/session_01KUAMUr6mjcGM9AHhBd4UmY Co-authored-by: Claude <noreply@anthropic.com>
1 parent cb1d5e7 commit e8b3b4d

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

src/content/docs/docs/platforms/claude-desktop.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,18 @@ graph TB
5151

5252
## Installation
5353

54-
### Method 1: One-Click `.mcpb` Install (Planned)
54+
### Method 1: One-Click `.mcpb` Install
5555

56-
:::note
57-
The `.mcpb` (MCP Bundle) one-click install format is a planned feature and is not yet implemented. Use Method 2 (manual JSON configuration) for now.
58-
:::
56+
Download the AutoMem Claude Desktop Extension and double-click it to install — no manual JSON editing required:
57+
58+
**[Download AutoMem for Claude Desktop (.mcpb)](https://github.com/verygoodplugins/mcp-automem/releases/latest/download/mcp-automem.mcpb)**
59+
60+
After opening the file, Claude Desktop prompts you to:
61+
1. Enter your **AutoMem Endpoint** (`http://127.0.0.1:8001` for local, or your Railway URL for cloud)
62+
2. Optionally enter your **API Key** (required for Railway/cloud deployments, skip for local)
63+
3. Click **Enable**
64+
65+
This installs the same `@verygoodplugins/mcp-automem` server as Method 2 below. Use Method 2 if you need to run multiple server instances or prefer manual JSON configuration.
5966

6067
### Method 2: Manual JSON Configuration
6168

0 commit comments

Comments
 (0)