io.github.YonasValentin/mcp-memory-graph MCP Server
io.github.YonasValentin/mcp-memory-graph
What is the io.github.YonasValentin/mcp-memory-graph MCP server?
Local-first memory for Claude Code and any MCP client: hybrid search + knowledge graph, $0/token.
How to install io.github.YonasValentin/mcp-memory-graph
Copy-paste configuration for popular MCP clients.
MCP_MEMORY_DB_PATHSQLite database file location (default ~/.mcp-memory/memory.db)
MCP_MEMORY_MODELHuggingFace embedding model name (default Xenova/all-MiniLM-L6-v2)
{
"mcpServers": {
"mcp-memory-graph": {
"command": "npx",
"args": [
"-y",
"mcp-memory-graph"
],
"env": {
"MCP_MEMORY_DB_PATH": "<YOUR_MCP_MEMORY_DB_PATH>",
"MCP_MEMORY_MODEL": "<YOUR_MCP_MEMORY_MODEL>"
}
}
}
}{
"mcpServers": {
"mcp-memory-graph": {
"command": "npx",
"args": [
"-y",
"mcp-memory-graph"
],
"env": {
"MCP_MEMORY_DB_PATH": "<YOUR_MCP_MEMORY_DB_PATH>",
"MCP_MEMORY_MODEL": "<YOUR_MCP_MEMORY_MODEL>"
}
}
}
}{
"mcpServers": {
"mcp-memory-graph": {
"command": "npx",
"args": [
"-y",
"mcp-memory-graph"
],
"env": {
"MCP_MEMORY_DB_PATH": "<YOUR_MCP_MEMORY_DB_PATH>",
"MCP_MEMORY_MODEL": "<YOUR_MCP_MEMORY_MODEL>"
}
}
}
}{
"servers": {
"mcp-memory-graph": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-memory-graph"
],
"env": {
"MCP_MEMORY_DB_PATH": "<YOUR_MCP_MEMORY_DB_PATH>",
"MCP_MEMORY_MODEL": "<YOUR_MCP_MEMORY_MODEL>"
}
}
}
}claude mcp add mcp-memory-graph --env MCP_MEMORY_DB_PATH=<YOUR_MCP_MEMORY_DB_PATH> --env MCP_MEMORY_MODEL=<YOUR_MCP_MEMORY_MODEL> -- npx -y mcp-memory-graphRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.