← Back to Plugins
MCP Server MCP

io.github.tm42/mnemograph

github By github 👁 1 views ▲ 0 votes

Event-sourced knowledge graph memory for AI coding agents with semantic search

Homepage Verified source GitHub

Install

uvx mnemograph

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "mnemograph",
      "version": "0.5.1",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Path to memory storage directory",
          "default": "~/.claude/memory",
          "name": "MEMORY_PATH"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...