Back to directory
neo4j-contrib/gds-agent

neo4j-contrib/gds-agent

@neo4j-contrib

MCP Server with tools from Neo4j GDS (Graph Data Science) library.

neo4jgraph-databasegraph-algorithmsdata-sciencemcp-serverpythondatabase

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
stdiostreamable-http
Language
Python
Created
2026/6/12
Updated
2026/6/13