You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,13 +114,18 @@ engraph search "how does the auth system work"
114
114
115
115
Note how result #3 was found via **graph expansion** — Sarah's note doesn't mention "auth system" directly, but she's linked from the auth architecture doc via `[[Sarah Chen]]`.
116
116
117
-
**Connect to Claude Code:**
117
+
**Claude Code** — Install the plugin (recommended):
118
118
119
119
```bash
120
-
# Start the MCP server
121
-
engraph serve
120
+
claude plugin marketplace add devwhodevs/engraph
121
+
claude plugin install engraph@engraph
122
+
```
123
+
124
+
**Connect to Claude Code:**
125
+
126
+
Or configure MCP manually in `~/.claude/settings.json`:
122
127
123
-
# Or add to Claude Code's settings (~/.claude/settings.json):
0 commit comments