Back to directory
gds-agent

gds-agent

@neo4j-contrib79

An MCP Server that integrates with the Neo4j Graph Data Science (GDS) library, enabling LLMs to perform complex graph reasoning and execute graph algorithms on Neo4j databases.

neo4jgraph-data-sciencegdsgraph-databasellm-toolscontext

Installation & Configuration

{
  "mcpServers": {
    "neo4j-gds": {
      "command": "/opt/homebrew/bin/uvx",
      "args": [
        "gds-agent"
      ],
      "env": {
        "NEO4J_URI": "bolt://localhost:7687",
        "NEO4J_USERNAME": "neo4j",
        "NEO4J_PASSWORD": ""
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2025/3/25
Updated
2026/6/8