Skip to content
Grok

Neo4j GDS Agent for Grok

io.github.neo4j-contrib/gds-agent

Neo4j Graph Data Science MCP server

client:Grok transport:stdio runtime:pypi

Install Neo4j GDS Agent in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "gds-agent": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "gds-agent"
      ],
      "env": {
        "NEO4J_URI": "<NEO4J_URI>",
        "NEO4J_USERNAME": "<NEO4J_USERNAME>",
        "NEO4J_PASSWORD": "<NEO4J_PASSWORD>",
        "NEO4J_DATABASE": "<NEO4J_DATABASE>",
        "AURA_API_CLIENT_ID": "<AURA_API_CLIENT_ID>",
        "AURA_API_CLIENT_SECRET": "<AURA_API_CLIENT_SECRET>",
        "AURA_API_PROJECT_ID": "<AURA_API_PROJECT_ID>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Neo4j GDS Agent in other clients