sam-4screen-desktop 2026-8-1:0:29:15

This commit is contained in:
2026-08-01 00:29:15 +10:00
parent b6fd4d8afa
commit 92b34e6c12
2 changed files with 15 additions and 11 deletions

View File

@@ -417,10 +417,15 @@ mcp({ tool: "index_repository", args: '{"repo_path": ".", "mode": "fast"}' })
}
```
**Install on remote machines:**
**Deployed on all machines (.27, .13, .51):**
```bash
ssh sam@192.168.20.51 "curl -fsSL https://raw.githubusercontent.com/DeusData/codebase-memory-mcp/main/install.sh | bash"
ssh sam@192.168.20.13 "curl -fsSL https://raw.githubusercontent.com/DeusData/codebase-memory-mcp/main/install.sh | bash"
~/.local/bin/codebase-memory-mcp --version # v0.9.0
```
Path not in shell PATH on .13/.51 — MCP config uses absolute path `/home/sam/.local/bin/codebase-memory-mcp` so still works.
**Install command (if needed on new machine):**
```bash
curl -fsSL https://raw.githubusercontent.com/DeusData/codebase-memory-mcp/main/install.sh | bash
```
**UI mode** (graph visualization at `localhost:9749`):