← Back to Plugins
MCP Server MCP

io.github.gitmem-dev/gitmem

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "gitmem-mcp",
      "version": "1.2.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Supabase project URL for pro tier features (semantic search, analytics). Not required for free tier.",
          "format": "string",
          "name": "SUPABASE_URL"
        },
        {
          "description": "Supabase service role key for pro tier features. Not required for free tier.",
          "format": "string",
          "isSecret": true,
          "name": "SUPABASE_SERVICE_ROLE_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...