Back to MCP Servers
Ai Toolkit
Memgraph MCP Server - includes a tool to run a query against Memgraph and a schema resource.
databasesai
By memgraph
Installation
npx -y ai-toolkitConfiguration
{
"mcpServers": {
"ai-toolkit": {
"command": "npx",
"args": ["-y", "ai-toolkit"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes