MCP Server
MCP
io.github.gitmem-dev/gitmem
Persistent institutional memory for AI coding agents. Memory that compounds.
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
By
Comments
Sign in to leave a comment