MCP Memory with Redis Graph
@samwang0723
MCP Memory with Redis Graph について
MCP Server for long term memory graph
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-memory": {
"command": "docker",
"args": [
"exec",
"-it",
"mcp-memory-redis-1",
"redis-cli"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP Memory with Redis Graph?
MCP Memory with Redis Graph is a server that implements a memory system for LLM conversations, using Redis Graph as a backend to store memories as nodes in a knowledge graph. It’s designed for developers and AI assistants who need persistent, relational memory for context across sessions.
How to use MCP Memory with Redis Graph?
Run Redis with the RedisGraph module via Docker Compose, then install dependencies with npm install and start the application with npm start. The server exposes tools for creating, retrieving, searching, updating, and deleting memories, as well as managing relationships between them.
Key features of MCP Memory with Redis Graph
- Supports eight memory types: Conversation, Topic, Project, Task, Issue, Config, Finance, Todo
- Creates and retrieves relationships between memories via
create_relationandget_related_memories - Searches memories by type, keyword, and other criteria
- Updates and deletes existing memories
- Uses Redis Graph for graph-based storage and queries
- Provides helper scripts for Redis CLI, graph inspection, and testing
Use cases of MCP Memory with Redis Graph
- Store project details and configurations for long-term reference
- Record and track issues or bugs with severity and status
- Save financial advice and investment recommendations
- Manage work-related todo items with priorities and completion status
FAQ from MCP Memory with Redis Graph
What runtime dependencies are required?
Docker and Docker Compose, Node.js v16 or higher, and a Redis instance with the RedisGraph module.
How do I configure the Redis connection?
By default, the application connects to localhost:6379. Update the Redis client configuration in src/index.ts to change host or port.
Can I run the server in Docker?
Yes, build the Docker image with docker build -t mcp/memory . and run it on the same network as Redis, passing the REDIS_URL environment variable.
What transport does the server use?
The README does not specify transport details; it uses the MCP protocol for tool invocation.
How do I inspect the graph data?
Use npm run check:graph to see all nodes, Finance memories, and relationships, or npm run inspect:graph for a detailed schema and contents.
「メモリとナレッジ」の他のコンテンツ
Anytype MCP Server
anyprotoAn MCP server enabling AI assistants to interact with Anytype - your encrypted, local and collaborative wiki - to organize objects, lists, and more through natural language.
Mcp Knowledge Graph
shanehollomanMCP server enabling persistent memory for Claude through a local knowledge graph - fork focused on local development
Docs MCP Server
araboldGrounded Docs MCP Server: Open-Source Alternative to Context7, Nia, and Ref.Tools
Jupyter Notebook MCP Server (for Cursor)
jbenoModel Context Protocol (MCP) server designed to allow AI agents within Cursor to interact with Jupyter Notebook (.ipynb) files
minutes
silversteinEvery meeting, every idea, every voice note — searchable by your AI. Open-source, privacy-first conversation memory layer.
コメント