medha-mcp

tejzpr/medha-mcp
★ 13 stars Go 🤖 AI/LLM Updated 22d ago
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.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "medha-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/tejzpr/medha-mcp@latest"
      ]
    }
  }
}