Integrations
🚀 Memgraph MCP 服务器
Memgraph MCP 服务器是模型上下文协议 (MCP) 的轻量级服务器实现,旨在将 Memgraph 与 LLM 连接起来。
⚡ 快速启动
1. 运行 Memgraph MCP 服务器
- 安装
uv
并使用uv venv
创建venv
。使用.venv\Scripts\activate
虚拟环境。 - 安装依赖项:
uv add "mcp[cli]" httpx
- 运行 Memgraph MCP 服务器:
uv run server.py
。
2. 运行 MCP 客户端
- 安装Claude 桌面版。
- 将 Memgraph 服务器添加到 Claude 配置:
MacOS/Linux
Copy
视窗
Copy
示例配置:
Copy
[!笔记]
您可能需要在命令字段中输入 uv 可执行文件的完整路径。您可以在 MacOS/Linux 上运行which uv
或在 Windows 上where uv
来获取此路径。请确保传入的是服务器的绝对路径。
3. 与数据库聊天
- 运行 Memgraph MAGE:Copy
--schema-info-enabled
配置设置设为True
以允许 LLM 运行SHOW SCHEMA INFO
查询。 - 打开 Claude Desktop,查看列出的 Memgraph 工具和资源。快来试试吧!(您可以从Memgraph Lab数据集加载虚拟数据)
🔧工具
运行查询()
对 Memgraph 运行 Cypher 查询。
🗃️ 资源
获取模式()
获取 Memgraph 模式信息(先决条件: --schema-info-enabled=True
)。
🗺️ 路线图
Memgraph MCP 服务器才刚刚起步。我们正在积极扩展其功能,使其更容易集成到现代 AI 工作流程中。不久的将来,我们将发布该服务器的 TypeScript 版本,以更好地支持基于 JavaScript 的环境。此外,我们计划将该项目迁移到我们的中央AI 工具包存储库,它将与 LangChain、LlamaIndex 和 MCP 的其他工具和集成共存。我们的目标是提供一个统一的开源工具包,使以 Memgraph 为核心构建基于图驱动的应用程序和智能代理变得无缝衔接。
This server cannot be installed
模型上下文协议的轻量级服务器实现,将 Memgraph 数据库与 LLM 连接起来,允许用户通过自然语言与图形数据库进行交互。
Related MCP Servers
- -securityAlicense-qualityA Model Context Protocol server that enables LLMs to interact directly with MongoDB databases, allowing users to query collections, inspect schemas, and manage data through natural language.Last updated -340TypeScriptMIT License
- -securityAlicense-qualityA Model Context Protocol server that enables LLMs to interact directly with MongoDB databases, allowing users to query collections, inspect schemas, and manage data through natural language.Last updated -340MIT License
- -securityAlicense-qualityA Model Context Protocol server that enables LLMs to interact with GraphQL APIs by providing schema introspection and query execution capabilities.Last updated -5361MIT License
- -securityAlicense-qualityA Model Context Protocol server that enables LLMs to interact with databases (currently MongoDB) through natural language, supporting operations like querying, inserting, deleting documents, and running aggregation pipelines.Last updated -TypeScriptMIT License