io.github.gitmem-dev/gitmem✓
io.github.gitmem-dev/gitmem · v1.2.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.gitmem-dev/gitmem",
"description": "Persistent institutional memory for AI coding agents. Memory that compounds.",
"repository": {
"url": "https://github.com/gitmem-dev/gitmem",
"source": "github"
},
"version": "1.2.1",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}