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
- Updated hero line to list VS Code and Windsurf
- Quick Start now shows auto-detection and --client flag
- Supported Clients table expanded with hooks column
- Added manual config paths table for all clients
- CLI Commands table includes --client option
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+30-16Lines changed: 30 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,27 +21,27 @@
21
21
22
22
GitMem is an [MCP server](https://modelcontextprotocol.io/) that gives your AI coding agent **persistent memory across sessions**. It remembers mistakes (scars), successes (wins), and decisions — so your agent learns from experience instead of starting from scratch every time.
23
23
24
-
Works with **Claude Code**, **Claude Desktop**, **Cursor**, and any MCP-compatible client.
24
+
Works with **Claude Code**, **Cursor**, **VS Code (Copilot)**, **Windsurf**, and any MCP-compatible client.
25
25
26
26
## Quick Start
27
27
28
28
```bash
29
29
npx gitmem-mcp init
30
30
```
31
31
32
-
One command. The wizard sets up everything:
33
-
-`.gitmem/` directory with 3 starter scars
34
-
-`.mcp.json` with gitmem server entry
35
-
-`CLAUDE.md` with memory protocol instructions
36
-
-`.claude/settings.json` with tool permissions
37
-
- Lifecycle hooks for automatic session management
32
+
One command. The wizard auto-detects your IDE and sets up everything:
33
+
-`.gitmem/` directory with starter scars
34
+
- MCP server config (`.mcp.json`, `.vscode/mcp.json`, `.cursor/mcp.json`, etc.)
0 commit comments