What is the Graph-Mem MCP server?
Persistent knowledge-graph memory for AI agents, with local semantic search. No API keys.
How to install Graph-Mem
Copy-paste configuration for popular MCP clients.
GRAPHMEM_DB_PATHPath to the SQLite database file. Defaults to .graphmem/graph.db relative to the working directory.
GRAPHMEM_EMBEDDING_MODELsentence-transformers model ID used for semantic search. Defaults to all-MiniLM-L6-v2, downloaded on first use.
GRAPHMEM_TRAVERSAL_NODE_BUDGETMaximum entities visited by a single graph traversal. Defaults to 5000.
GRAPHMEM_LOG_LEVELLogging verbosity: DEBUG, INFO, WARNING, ERROR, or CRITICAL. Defaults to WARNING.
{
"mcpServers": {
"graphmem-mcp": {
"command": "uvx",
"args": [
"graphmem-mcp"
],
"env": {
"GRAPHMEM_DB_PATH": "<YOUR_GRAPHMEM_DB_PATH>",
"GRAPHMEM_EMBEDDING_MODEL": "<YOUR_GRAPHMEM_EMBEDDING_MODEL>",
"GRAPHMEM_TRAVERSAL_NODE_BUDGET": "<YOUR_GRAPHMEM_TRAVERSAL_NODE_BUDGET>",
"GRAPHMEM_LOG_LEVEL": "<YOUR_GRAPHMEM_LOG_LEVEL>"
}
}
}
}{
"mcpServers": {
"graphmem-mcp": {
"command": "uvx",
"args": [
"graphmem-mcp"
],
"env": {
"GRAPHMEM_DB_PATH": "<YOUR_GRAPHMEM_DB_PATH>",
"GRAPHMEM_EMBEDDING_MODEL": "<YOUR_GRAPHMEM_EMBEDDING_MODEL>",
"GRAPHMEM_TRAVERSAL_NODE_BUDGET": "<YOUR_GRAPHMEM_TRAVERSAL_NODE_BUDGET>",
"GRAPHMEM_LOG_LEVEL": "<YOUR_GRAPHMEM_LOG_LEVEL>"
}
}
}
}{
"mcpServers": {
"graphmem-mcp": {
"command": "uvx",
"args": [
"graphmem-mcp"
],
"env": {
"GRAPHMEM_DB_PATH": "<YOUR_GRAPHMEM_DB_PATH>",
"GRAPHMEM_EMBEDDING_MODEL": "<YOUR_GRAPHMEM_EMBEDDING_MODEL>",
"GRAPHMEM_TRAVERSAL_NODE_BUDGET": "<YOUR_GRAPHMEM_TRAVERSAL_NODE_BUDGET>",
"GRAPHMEM_LOG_LEVEL": "<YOUR_GRAPHMEM_LOG_LEVEL>"
}
}
}
}{
"servers": {
"graphmem-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"graphmem-mcp"
],
"env": {
"GRAPHMEM_DB_PATH": "<YOUR_GRAPHMEM_DB_PATH>",
"GRAPHMEM_EMBEDDING_MODEL": "<YOUR_GRAPHMEM_EMBEDDING_MODEL>",
"GRAPHMEM_TRAVERSAL_NODE_BUDGET": "<YOUR_GRAPHMEM_TRAVERSAL_NODE_BUDGET>",
"GRAPHMEM_LOG_LEVEL": "<YOUR_GRAPHMEM_LOG_LEVEL>"
}
}
}
}claude mcp add graphmem-mcp --env GRAPHMEM_DB_PATH=<YOUR_GRAPHMEM_DB_PATH> --env GRAPHMEM_EMBEDDING_MODEL=<YOUR_GRAPHMEM_EMBEDDING_MODEL> --env GRAPHMEM_TRAVERSAL_NODE_BUDGET=<YOUR_GRAPHMEM_TRAVERSAL_NODE_BUDGET> --env GRAPHMEM_LOG_LEVEL=<YOUR_GRAPHMEM_LOG_LEVEL> -- uvx graphmem-mcpRelated MCP servers
Control a real Chrome browser to complete any task: fill forms, extract data, book flights.
World Monitor
Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.
Netdata
Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.
Trending hip-hop artist momentum scores across four cultural dimensions.
AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.