sam-4screen-desktop 2026-8-1:0:29:15
This commit is contained in:
@@ -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`):
|
||||
|
||||
Reference in New Issue
Block a user