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.
「メモリとナレッジ」の他のコンテンツ
🧠 Ultimate MCP Server
DicklesworthstoneComprehensive MCP server exposing dozens of capabilities to AI agents: multi-provider LLM delegation, browser automation, document processing, vector ops, and cognitive memory systems
Obsidian MCP Server
cyanheadsRead, write, search, and surgically edit Obsidian vault notes, tags, and frontmatter via MCP. STDIO or Streamable HTTP.
Zettelkasten MCP Server
entanglrA Model Context Protocol (MCP) server that implements the Zettelkasten knowledge management methodology, allowing you to create, link, explore and synthesize atomic notes through Claude and other MCP-compatible clients.
Context Portal MCP (ConPort)
GreatScottyMacContext Portal (ConPort): A memory bank MCP server building a project-specific knowledge graph to supercharge AI assistants. Enables powerful Retrieval Augmented Generation (RAG) for context-aware development in your IDE.
MCP server for Obsidian
MarkusPfundsteinMCP server that interacts with Obsidian via the Obsidian rest API community plugin
コメント