Odel
Neo4j GDS Agent

Neo4j GDS Agent

Local
@neo4j-contrib96PythonMITUpdated 1w ago

Neo4j Graph Data Science MCP server

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIgds-agentv1.0.1

Run

uvx gds-agent

MCP client config

{
  "mcpServers": {
    "neo4j-gds-agent": {
      "command": "uvx",
      "args": [
        "gds-agent"
      ]
    }
  }
}