databases

Mcp Memgraph

Memgraph MCP Server - includes a tool to run a query against Memgraph and a schema resource.

python
local
databases
0
View on GitHub

Installation

npx -y memgraph/mcp-memgraph

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "mcp-memgraph",
  "command": "npx",
  "args": [
    "-y",
    "memgraph/mcp-memgraph"
  ]
}

About This MCP Server

memgraph/mcp-memgraph

Memgraph MCP Server - includes a tool to run a query against Memgraph and a schema resource.

GitHub: https://github.com/memgraph/ai-toolkit/tree/main/integrations/mcp-memgraph

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub