Skip to content

Commit 9b7be3e

Browse files
Merge pull request #10 from gitmem-dev/chore/od-739-mcp-explainer
docs: add MCP one-liner explainer for new users (OD-739)
2 parents 63c11ef + 60c3b08 commit 9b7be3e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121

2222
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.
2323

24+
> **What's MCP?** [Model Context Protocol](https://modelcontextprotocol.io/) is how AI coding tools connect to external capabilities. GitMem is an MCP server — install it once and your agent gains persistent memory.
25+
2426
Works with **Claude Code**, **Cursor**, **VS Code (Copilot)**, **Windsurf**, and any MCP-compatible client.
2527

2628
## Quick Start

apps/docs/content/docs/getting-started/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ GitMem gives your AI coding agents institutional memory — the ability to learn
1212
- **Node.js 18+** (for `npx gitmem-mcp init`)
1313
- An MCP-compatible client: [Claude Code](https://claude.com/claude-code), [Claude Desktop](https://claude.ai/download), or [Cursor](https://cursor.sh)
1414

15+
> **What's MCP?** [Model Context Protocol](https://modelcontextprotocol.io/) is how AI coding tools connect to external capabilities like memory, databases, and APIs. GitMem is an MCP server — install it once and your agent gains persistent memory. No plugins, no extensions, just a standard protocol.
16+
1517
## Quick Start (30 seconds)
1618

1719
```bash

0 commit comments

Comments
 (0)