← Back to Plugins
MCP Server MCP

io.github.YonasValentin/mcp-memory-graph

github By github 👁 1 views ▲ 0 votes

Local-first memory for Claude Code and any MCP client: hybrid search + knowledge graph, $0/token.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "mcp-memory-graph",
      "version": "2.10.3",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "SQLite database file location (default ~/.mcp-memory/memory.db)",
          "format": "string",
          "name": "MCP_MEMORY_DB_PATH"
        },
        {
          "description": "HuggingFace embedding model name (default Xenova/all-MiniLM-L6-v2)",
          "format": "string",
          "name": "MCP_MEMORY_MODEL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...