Skip to content

Commit 7e6dfbf

Browse files
authored
Revise README for installation and restart instructions
Updated installation instructions and clarified the restart step for Claude Code/Codex/Cursor.
1 parent b96014a commit 7e6dfbf

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Engram provides a native MCP (Model Context Protocol) server for seamless integr
164164

165165
### Step-by-Step Setup
166166

167-
**1. Install Engram** (in your terminal, not Claude Code):
167+
**1. Install Engram**:
168168

169169
```bash
170170
git clone https://github.com/Ashish-dwi99/Engram.git
@@ -199,9 +199,8 @@ engram-install
199199
**What it does NOT do:**
200200
- ✗ Does not start the Engram API (you need to run `engram-api` separately)
201201
- ✗ Does not activate the Claude Code plugin (requires `/plugin install` command)
202-
- ✗ Does not restart Claude Code (you need to restart manually)
203202

204-
**4. Restart Claude Code** so it loads the new MCP config.
203+
**4. Restart Claude Code/Codex/Cursor** so it loads the new MCP config.
205204

206205
**5. Start the Engram API** (in a separate terminal, leave it running):
207206

@@ -252,10 +251,6 @@ If you only want the MCP tools (no proactive hook), stop after step 4. Steps 5-6
252251
- If missing, run `engram-install` again
253252
- Make sure you're using the full path: `/plugin install engram-memory --path ~/.engram/claude-plugin`
254253

255-
**"API won't start (port already in use)"**
256-
- Check if another instance is running: `lsof -i :8100`
257-
- Kill it: `kill <PID>` then restart `engram-api`
258-
- Or use a different port: `ENGRAM_API_PORT=8200 engram-api`
259254

260255
---
261256

0 commit comments

Comments
 (0)