Skip to main content
DatabasesPython

memgraph/mcp-memgraph

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

databaseslocal-service
Share:

Quick Start

Clone the repository:

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

Claude Desktop configuration example:

{
  "mcpServers": {
    "ai-toolkit": {
      "command": "npx",
      "args": [
        "-y",
        "memgraph/mcp-memgraph"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Databases
Language
Python
Author
memgraph