★ 7 stars
TypeScript
🤖 AI/LLM
Updated 2d ago
Institutional memory for AI coding agents. Scars, wins, and patterns that persist across sessions. MCP server for Claude Code, Cursor, OpenClaw...
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"gitmem": {
"command": "npx",
"args": [
"-y",
"gitmem-dev/gitmem"
]
}
}
}
Run in terminal:
claude mcp add gitmem npx -y gitmem-dev/gitmem
Add to .cursor/mcp.json:
{
"mcpServers": {
"gitmem": {
"command": "npx",
"args": [
"-y",
"gitmem-dev/gitmem"
]
}
}
}
README Excerpt
<p align="center"> <img src="assets/banner.svg" alt="GitMem — Institutional memory for AI coding agents" width="700" /> </p> <p align="center"> <a href="https://www.npmjs.com/package/gitmem-mcp"><img src="https://img.shields.io/npm/v/gitmem-mcp?style=flat-square&color=c41920&label=npm" alt="npm version" /></a>
Topics
agentic-aiaiai-agentsclaude-codecursorinstitutional-memorymcpmcp-servermemoryopenclawscarssession-management