memgraph/mcp-memgraph
Memgraph MCP Server - includes a tool to run a query against Memgraph and a schema resource.
Quick Start
Clone the repository:
git clone https://github.com/memgraph/ai-toolkit/tree/main/integrations/mcp-memgraphClaude Desktop configuration example:
{
"mcpServers": {
"ai-toolkit": {
"command": "npx",
"args": [
"-y",
"memgraph/mcp-memgraph"
]
}
}
}Check the repository README for specific installation and configuration instructions.