MCP Server
MCP
io.github.YonasValentin/mcp-memory-graph
Local-first memory for Claude Code and any MCP client: hybrid search + knowledge graph, $0/token.
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
By
Comments
Sign in to leave a comment