Odel
gitmem

gitmem

Local
@gitmem-dev9TypeScriptMITUpdated 4w ago

Persistent institutional memory for AI coding agents. Memory that compounds.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmgitmem-mcpv1.2.1

Run

npx -y gitmem-mcp

MCP client config

{
  "mcpServers": {
    "gitmem": {
      "command": "npx",
      "args": [
        "-y",
        "gitmem-mcp"
      ]
    }
  }
}