What is Memgraph MCP Server?
Memgraph MCP Server is a lightweight server implementation of the Model Context Protocol (MCP) designed to connect Memgraph, an in-memory graph database, with Large Language Models (LLMs).
What is the Model Context Protocol (MCP)?
MCP is an open protocol that standardizes how applications provide context to LLMs. It allows LLMs to access and interact with external data sources and tools in a standardized way.
How do I install and run Memgraph MCP Server?
- Install
uvand create a virtual environment. - Install dependencies:
uv add "mcp[cli]" httpx - Run Memgraph MCP server:
uv run server.py
How do I connect Memgraph MCP Server to Claude?
- Install Claude for Desktop.
- Add the Memgraph server to Claude config (
claude_desktop_config.json) with the command and arguments to run the server.
What is the run_query() tool?
run_query() is a tool that allows you to run a Cypher query against Memgraph directly from the LLM.
What is the get_schema() resource?
get_schema() is a resource that retrieves Memgraph schema information, allowing the LLM to understand the structure of your graph database.
Why do I need --schema-info-enabled=True?
The --schema-info-enabled=True configuration setting allows the LLM to run the SHOW SCHEMA INFO query, which is necessary for the get_schema() resource to function.
Where can I find dummy data to load into Memgraph?
You can load dummy data from Memgraph Lab Datasets.
What is the UBOS platform, and how does Memgraph MCP Server relate to it?
UBOS is a full-stack AI Agent Development Platform. Memgraph MCP Server integrates with UBOS, allowing AI Agents to access and leverage graph data stored in Memgraph.
What are the future plans for Memgraph MCP Server?
Future plans include releasing a TypeScript version of the server and migrating the project into the Memgraph AI Toolkit repository.
Memgraph MCP Server
Project Details
Categories
Recomended MCP Servers
MCP Server enabling LLM Agents to interact with Gel databases
pocketbase-mcp-server
🍃🔎 MongoDB Lens: Full Featured MCP Server for MongoDB Databases
MCP server for MS SQL Server
mcp server accessing MySQL database
Supabase MCP Server enabling Cursor & Windsurf to use any method from Management API and query your database
Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB
A Model Context Protocol (MCP) server for interacting with Meilisearch through LLM interfaces.
A Model Context Protocol server that provides access to BigQuery
MCP Toolbox for Databases is an open source MCP server for databases, designed and built with enterprise-quality and...





