Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ—„๏ธ Databases
  3. MCP Memgraph
MCP Memgraph logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 8:47:55 PM

MCP Memgraph

User RatingsBe the first to rate and review this MCP server!
View Repository112 GitHub StarsTotal stargazers on GitHub for the source repository (112 stars).Visit Website
memgraphgraph-databasecyphermcp

Runs Cypher queries against Memgraph and exposes graph schema tools through MCP.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "memgraph-mcp-memgraph": {
      "command": "uvx",
      "args": [
        "memgraph-toolbox"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ—„๏ธ More in Databases

Overview

The memgraph/mcp-memgraph MCP server exposes Memgraph to MCP-compatible language models through query and schema tools. It can run as an HTTP service on port 8000 or in stdio mode for local MCP clients, using the published Docker image or Python package. Reach for it when an agent needs to inspect a Memgraph graph, discover its schema, or execute Cypher queries. The provided material does not specify authentication or client-specific configuration.

Use cases

โ€ขRun Cypher queries against a Memgraph graph
โ€ขInspect node and relationship schemas before querying
โ€ขSearch graph schema definitions with a regular expression
โ€ขExpose Memgraph to an MCP-compatible language model

Key features

โ€ขCypher query execution
โ€ขRegex-based schema search
โ€ขNode schema inspection
โ€ขRelationship schema inspection
โ€ขEnum schema inspection
โ€ขHTTP and stdio transport modes

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Memgraph.

Extracted Tool Capabilities
Cypher query execution
Regex-based schema search
Node schema inspection
Relationship schema inspection
Enum schema inspection
HTTP and stdio transport modes

How MCP Memgraph works

What memgraph/mcp-memgraph MCP server does

The memgraph/mcp-memgraph MCP server connects an MCP-based application to Memgraph. Its primary database operation is run_query, which executes Cypher queries. This lets an agent retrieve graph data or perform other supported Cypher operations through the MCP interface.

The server also exposes schema inspection capabilities. Agents can search the graph schema with a regular expression, retrieve the complete schema for a node identified by its labels, inspect a relationship schema, and retrieve an enum definition by name. These operations give an agent a way to understand the graph structure before forming a query.

The project is part of Memgraph's AI Toolkit and is focused on Memgraph rather than providing a general-purpose database abstraction. The accompanying toolkit documentation identifies Memgraph as its primary database target.

How it works

The memgraph/mcp-memgraph MCP server is distributed as both a Python package named mcp-memgraph and a Docker image named memgraph/mcp-memgraph. The README shows two Docker transport modes. HTTP mode publishes the service on port 8000, while stdio mode keeps the process interactive and sets MCP_TRANSPORT=stdio for MCP clients that launch local processes.

In an MCP conversation, a model can call run_query for Cypher execution or use one of the schema tools to obtain structural information. The available operations are:

  • run_query: execute a Cypher query.
  • search_schema: find schema information using a regular expression.
  • get_node_schema: retrieve a node schema by labels.
  • get_relationship_schema: retrieve a relationship schema.
  • get_enum_schema: retrieve an enum schema by name.

The supplied material does not describe the server's request payloads, response formats, connection settings, or database credential handling. Those details should be verified in the linked MCP documentation before deployment.

Setup and configuration

The documented Python installation is:

Terminal
pip install mcp-memgraph

For a containerized HTTP deployment, the README provides:

Terminal
docker run --rm -p 8000:8000 memgraph/mcp-memgraph:latest

For a containerized stdio deployment, it provides:

Terminal
docker run --rm -i -e MCP_TRANSPORT=stdio memgraph/mcp-memgraph:latest

The same README uses a separate Memgraph container for local development, exposing Bolt on port 7687 and enabling schema information with --schema-info-enabled=true. It does not explicitly document how that database endpoint is passed to the MCP server, so the connection configuration cannot be inferred from the supplied excerpt.

Limitations and notes

The provided material lists Memgraph as the supported database target. MySQL and PostgreSQL appear only as source databases for the separate sql2graph migration agent, not as databases supported by this MCP server.

The toolkit FAQ says an LLM API key is needed for features such as entity extraction and natural-language queries in other toolkit components. It does not state that mcp-memgraph itself requires an LLM API key. No authentication method, license, version requirement, MCP client compatibility list, or production security guidance is specified in the excerpt.

The memgraph/mcp-memgraph MCP server is therefore a suitable fit when the required workflow is direct Memgraph access through MCP tools, especially when schema discovery is useful before query execution. Use the linked project documentation to confirm deployment-specific configuration and client setup.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Databases View all alternatives
  • Genai Toolbox logoGenai Toolbox

    Open source MCP server specializing in easy, fast, and secure tools for Databases.

    ๐Ÿ—„๏ธ Databases5 views
    Compare vs Genai Toolbox โ†’
  • MCP Server Mysql logoMCP Server Mysql

    MySQL database integration in NodeJS with configurable access controls and schema inspection

    ๐Ÿ—„๏ธ Databases3 views
    Compare vs MCP Server Mysql โ†’
  • MCP Server Qdrant logoMCP Server Qdrant
    Verified

    An official Qdrant Model Context Protocol (MCP) server implementation

    ๐Ÿ—„๏ธ Databases3 views
    Compare vs MCP Server Qdrant โ†’
  • Firebase MCP logoFirebase MCP

    Firebase services including Auth, Firestore and Storage.

    ๐Ÿ—„๏ธ Databases2 views
    Compare vs Firebase MCP โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
112
Stargazers on the source repository.
Last commit
6d ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about MCP Memgraph

Install the Python package with `pip install mcp-memgraph`, or run the documented Docker image `memgraph/mcp-memgraph:latest`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMCP Memgraph AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/memgraph-mcp-memgraph?style=directory)](https://allmcps.com/mcp/memgraph-mcp-memgraph)
HTML Embed
<a href="https://allmcps.com/mcp/memgraph-mcp-memgraph"><img src="https://allmcps.com/api/badge/memgraph-mcp-memgraph?style=directory" alt="MCP Memgraph on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ—„๏ธDatabases
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimePython
AuthNo auth required
Last updatedSep 7, 2026
10/10 checks healthy over the last 31d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars112
GitHub Star CountTotal stargazers on GitHub representing community popularity (112 stars).
Last commit6d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 5, 2026
47Quality signal: Fair ยท 47/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools17/30
Adoption & activity8/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 20d ago via OSV.dev ยท memgraph-toolbox (PyPI)

โ˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ—„๏ธ Databases โ†’Best MCP servers for Databases โ†’Alternatives to MCP Memgraph โ†’Install in Claude DesktopInstall in CursorInstall in VS Code