What is A unified mono-repo for integrating AI-powered graph tools on top of Memgraph.?
This repository contains libraries including memgraph-toolbox for querying and analyzing Memgraph databases, langchain-memgraph for LangChain integration, and mcp-memgraph which is an MCP server implementation exposing Memgraph tools over a lightweight STDIO protocol.
Documentation
Memgraph AI Toolkit
A unified mono-repo for integrating AI-powered graph tools on top of Memgraph.
This repository contains the following libraries:
memgraph-toolbox
Core Python utilities and CLI tools for querying and analyzing a Memgraph database. The package is available on the PyPi
langchain-memgraph
A LangChain integration package, exposing Memgraph operations as LangChain tools and toolkits. The package is available on the PyPi
mcp-memgraph
An MCP (Model Context Protocol) server implementation, exposing Memgraph tools over a lightweight STDIO protocol. The package is available on the PyPi
Usage examples
For individual examples on how to use the toolbox, LangChain, or MCP, refer to our documentation: