← Index

io.github.gitmem-dev/gitmem

io.github.gitmem-dev/gitmem·v1.2.1·Memory & RAG
Quality Score
82
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "gitmem": {
      "command": "npx",
      "args": [
        "-y",
        "gitmem-mcp"
      ],
      "env": {
        "SUPABASE_URL": "<supabase_url>",
        "SUPABASE_SERVICE_ROLE_KEY": "<your-supabase_service_role_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "gitmem": {
      "command": "npx",
      "args": [
        "-y",
        "gitmem-mcp"
      ],
      "env": {
        "SUPABASE_URL": "<supabase_url>",
        "SUPABASE_SERVICE_ROLE_KEY": "<your-supabase_service_role_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y gitmem-mcp
§02  Environment variables
SUPABASE_URL

Supabase project URL for pro tier features (semantic search, analytics). Not required for free tier.

SUPABASE_SERVICE_ROLE_KEY
secret

Supabase service role key for pro tier features. Not required for free tier.

§03  MCP Quality Score  ·  methodology
freshness
22
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Memory & RAG