MCP Memory Graph Server
@santahate
关于 MCP Memory Graph Server
MCP-server implementing a memory system backed in MongoDB.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"Memory": {
"command": "uvx",
"args": [
"mongo-memory"
],
"env": {
"MCP_MONGO_MEMORY_CONNECTION": ""
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Memory Graph Server?
The MCP Memory Graph Server provides persistent storage for knowledge graphs using MongoDB. It enables AI agents to store entities, manage relationships, query graph structures, and receive real-time updates.
How to use MCP Memory Graph Server?
Install uvx and set up a MongoDB connection string via the environment variable MCP_MONGO_MEMORY_CONNECTION. Add the server to your MCP client’s configuration with the command uvx mongo-memory and the required connection string.
Key features of MCP Memory Graph Server
- MongoDB-based persistent storage
- Graph operations (create, read, update, delete)
- Entity management with unique names
- Relationship handling between entities
- Query capabilities with filtering
- Real-time updates and modifications
Use cases of MCP Memory Graph Server
- Storing entities and their properties for a knowledge base
- Managing relationships between entities for graph traversal
- Querying and retrieving graph structures for AI agents
- Real-time updates to memory during agent interactions
FAQ from MCP Memory Graph Server
What is required to run the server?
You need uvx installed and a running MongoDB instance (local, cloud, or MongoDB Atlas).
How do I configure the connection to MongoDB?
Set the environment variable MCP_MONGO_MEMORY_CONNECTION to your MongoDB connection string (e.g., mongodb+srv://...).
What operations are available for AI agents?
The server provides entity management (create_entities, get_entity, update_entity, delete_entity, find_entities), relationship management (create_relationship, get_relationships, delete_relationship), and memory structure tools (get_memory_structure, get_usage_guide).
Where is the data stored?
All data is stored in the MongoDB database specified in the connection string.
Can I use a local MongoDB instance?
Yes, any valid MongoDB URI—local, remote, or Atlas—works as long as it is reachable from the server host.
记忆与知识 分类下的更多 MCP 服务器
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.
Basic Memory
basicmachines-coAI conversations that actually remember. Never re-explain your project to your AI again. Join our Discord: https://discord.gg/tyvKNccgqN
Context7 MCP - Up-to-date Docs For Any Cursor Prompt
upstashContext7 Platform -- Up-to-date code documentation for LLMs and AI code editors
Memory Bank MCP Server
alioshrA Model Context Protocol (MCP) server implementation for remote memory bank management, inspired by Cline Memory Bank.
Solomd
zhitongblogA markdown editor — and the bridge to your LLM. Local-first, MIT, ~15 MB. Bundled MCP server lets Claude Code / Codex / Cursor drive your vault directly. 14 AI providers BYOK.
评论