|
| 1 | +# MCP Directory Submission Copy |
| 2 | + |
| 3 | +Reusable copy for submitting gitmem-mcp to MCP directories. Not published — internal reference only. |
| 4 | + |
| 5 | +--- |
| 6 | + |
| 7 | +## Short Description (one-liner) |
| 8 | + |
| 9 | +Institutional memory for AI coding agents. Your agent remembers mistakes, successes, and decisions across sessions — so it learns from experience instead of starting from scratch. |
| 10 | + |
| 11 | +## Medium Description (2-3 sentences) |
| 12 | + |
| 13 | +GitMem is an MCP server that gives AI coding agents persistent memory across sessions. It tracks mistakes (scars), successes (wins), architectural decisions, and unfinished work — surfacing relevant lessons before the agent takes action. One command setup: `npx gitmem-mcp init`. |
| 14 | + |
| 15 | +## Key Features (bullet points) |
| 16 | + |
| 17 | +- Persistent memory across coding sessions — mistakes, wins, decisions, and open threads |
| 18 | +- Automatic recall — relevant lessons surface before the agent repeats past errors |
| 19 | +- Session continuity with structured closing ceremony that captures what broke and what worked |
| 20 | +- 20+ MCP tools for memory management, search, threads, and multi-agent coordination |
| 21 | +- Zero config setup: `npx gitmem-mcp init` auto-detects your IDE |
| 22 | +- Local-first, no telemetry — all data in `.gitmem/` on your machine |
| 23 | +- Works with Claude Code, Cursor, VS Code (Copilot), Windsurf, and any MCP client |
| 24 | + |
| 25 | +## Tags/Categories |
| 26 | + |
| 27 | +`ai-memory`, `ai-agent`, `coding`, `developer-tools`, `productivity`, `knowledge-management`, `mcp-server` |
| 28 | + |
| 29 | +## Links |
| 30 | + |
| 31 | +- **npm:** https://www.npmjs.com/package/gitmem-mcp |
| 32 | +- **GitHub:** https://github.com/gitmem-dev/gitmem |
| 33 | +- **Website:** https://gitmem.ai |
| 34 | +- **Docs:** https://gitmem.ai/docs |
| 35 | + |
| 36 | +## Install |
| 37 | + |
| 38 | +```json |
| 39 | +{ |
| 40 | + "mcpServers": { |
| 41 | + "gitmem": { |
| 42 | + "command": "npx", |
| 43 | + "args": ["-y", "gitmem-mcp@latest"] |
| 44 | + } |
| 45 | + } |
| 46 | +} |
| 47 | +``` |
| 48 | + |
| 49 | +--- |
| 50 | + |
| 51 | +## Per-Directory Submissions |
| 52 | + |
| 53 | +### 1. mcp.so — GitHub Issue |
| 54 | + |
| 55 | +**Title:** Add GitMem — Institutional memory for AI coding agents |
| 56 | + |
| 57 | +**Body:** |
| 58 | + |
| 59 | +**Server Name:** GitMem |
| 60 | + |
| 61 | +**Description:** Institutional memory for AI coding agents. Your agent remembers mistakes (scars), successes (wins), and decisions across sessions — surfacing relevant lessons before repeating past errors. One command setup, local-first, no telemetry. |
| 62 | + |
| 63 | +**GitHub:** https://github.com/gitmem-dev/gitmem |
| 64 | + |
| 65 | +**npm:** https://www.npmjs.com/package/gitmem-mcp |
| 66 | + |
| 67 | +**Website:** https://gitmem.ai |
| 68 | + |
| 69 | +**Features:** |
| 70 | +- Persistent memory across coding sessions (scars, wins, decisions, threads) |
| 71 | +- Automatic recall — surfaces relevant warnings before similar actions |
| 72 | +- Session continuity with structured reflection |
| 73 | +- 20+ MCP tools |
| 74 | +- Works with Claude Code, Cursor, VS Code (Copilot), Windsurf |
| 75 | +- Zero config: `npx gitmem-mcp init` |
| 76 | +- Local-first, no telemetry, MIT licensed |
| 77 | + |
| 78 | +**Install:** |
| 79 | +```json |
| 80 | +{ |
| 81 | + "mcpServers": { |
| 82 | + "gitmem": { |
| 83 | + "command": "npx", |
| 84 | + "args": ["-y", "gitmem-mcp@latest"] |
| 85 | + } |
| 86 | + } |
| 87 | +} |
| 88 | +``` |
| 89 | + |
| 90 | +**Categories:** Developer Tools, Productivity, Knowledge Management |
| 91 | + |
| 92 | +--- |
| 93 | + |
| 94 | +### 2. Smithery — Registry Listing |
| 95 | + |
| 96 | +Smithery pulls from GitHub repos. May need a `smithery.yaml` in the repo root. Research the exact format before creating. |
| 97 | + |
| 98 | +**Server Name:** gitmem |
| 99 | +**Display Name:** GitMem |
| 100 | +**Description:** Institutional memory for AI coding agents. Remembers mistakes, successes, and decisions across sessions. |
| 101 | + |
| 102 | +--- |
| 103 | + |
| 104 | +### 3. Glama — Add Server Form |
| 105 | + |
| 106 | +**Server Name:** GitMem |
| 107 | +**GitHub URL:** https://github.com/gitmem-dev/gitmem |
| 108 | +**Description:** MCP server that gives AI coding agents persistent memory across sessions. Tracks mistakes (scars), successes (wins), and architectural decisions. Surfaces relevant lessons before the agent takes action. Zero config: `npx gitmem-mcp init`. |
| 109 | +**Email:** dev@gitmem.ai |
| 110 | + |
| 111 | +--- |
| 112 | + |
| 113 | +### 4. Cline Marketplace — GitHub Issue |
| 114 | + |
| 115 | +**Title:** Add GitMem — Institutional memory for AI coding agents |
| 116 | + |
| 117 | +**Body:** |
| 118 | + |
| 119 | +**GitHub Repo URL:** https://github.com/gitmem-dev/gitmem |
| 120 | + |
| 121 | +**Logo:** (attach logo-400.png — 400x400 PNG) |
| 122 | + |
| 123 | +**Reason for Addition:** |
| 124 | +GitMem gives Cline persistent memory across sessions. Instead of starting from scratch each time, Cline remembers past mistakes (scars), successes (wins), and architectural decisions. Before taking action, relevant lessons automatically surface — preventing repeated errors. |
| 125 | + |
| 126 | +Key benefits for Cline users: |
| 127 | +- `npx gitmem-mcp init` auto-detects Cline and sets up everything |
| 128 | +- Scars prevent repeating the same debugging cycles |
| 129 | +- Session threads carry unfinished work across sessions |
| 130 | +- Local-first, no telemetry, MIT licensed |
| 131 | + |
| 132 | +Setup tested with Cline using README.md — installs and configures without issues. |
| 133 | + |
| 134 | +--- |
| 135 | + |
| 136 | +### 5. mcpservers.org (Awesome MCP Servers) |
| 137 | + |
| 138 | +Likely a GitHub PR to add an entry. Check their repo structure before submitting. |
| 139 | + |
| 140 | +**Entry:** |
| 141 | +- **GitMem** — Institutional memory for AI coding agents. Persistent scars, wins, decisions, and session continuity. `npx gitmem-mcp init`. [GitHub](https://github.com/gitmem-dev/gitmem) |
| 142 | + |
| 143 | +--- |
| 144 | + |
| 145 | +### 6. MCP Market (mcpmarket.com) |
| 146 | + |
| 147 | +**Server Name:** GitMem |
| 148 | +**Description:** Institutional memory for AI coding agents. Remembers mistakes, successes, and decisions across sessions — surfacing relevant lessons before repeating past errors. |
| 149 | +**GitHub:** https://github.com/gitmem-dev/gitmem |
| 150 | +**npm:** gitmem-mcp |
| 151 | +**Categories:** Developer Tools, Productivity |
0 commit comments