Overview
Features
GDS Algorithm Toolkit Integration
Includes toolings from Neo4j Graph Data Science library to run common graph algorithms.
Graph Question Answering
Allows asking questions about your Neo4j graph and receiving computed answers.
Parameterized Algorithm Execution via LLMs
LLMs equipped with GDS Agent can decide and execute the appropriate parameterized graph algorithms.
Multi-Algorithm Reasoning (Shortest Path + Yen's)
Demonstrates using multiple algorithms in sequence to answer complex questions, e.g., travel planning.
London Underground Example Dataset
Provides an example dataset and workflow to load and query a graph in Neo4j using GDS.
Dev Start & Testing Workflow
Guides starting the MCP server in dev mode and running tests with pytest and code style checks.
Claude CLI Integration
Option to start Claude CLI with the GDS Agent for interactive usage.
Who Is This For?
- LLM developers:Integrate LLM-powered agents with the GDS Agent to perform graph analytics over Neo4j.
- Data scientists:Leverage Neo4j GDS algorithms to analyze graphs and answer complex questions via prompts.
- Neo4j graph engineers:Experiment with GDS-based reasoning within MCP servers to build graph-enabled AI assistants.




