Institutional memory for AI coding agents. Scars, wins, and patterns that persist across sessions. MCP server for Claude Code, Cursor, OpenClaw...
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"
]
}
}
}