Servers
MCP Memory with Redis Graph
@samwang0723
MCP Server for long term memory graph
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-memory": {
"command": "docker",
"args": [
"exec",
"-it",
"mcp-memory-redis-1",
"redis-cli"
]
}
}
}