tejzpr/medha-mcp
Medha is a Model Context Protocol (MCP) server that provides persistent, git-versioned memory storage for LLM applications. It combines the power of Git's version control with graph-based memory associations, enabling LLMs to maintain long-term memory.
Platform-specific configuration:
{
"mcpServers": {
"medha-mcp": {
"command": "npx",
"args": [
"-y",
"medha-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...