.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/neo4j-contrib/gds-agent
home/mcp-servers/neo4j-contrib/gds-agent
neo4j-contrib avatar

gds-agent

byneo4j-contrib· 1 MCP server

Stars

96

Forks

21

Category

Data Science & Analytics

View on GitHub

TL;DR

Neo4j Graph Data Scientist Agent (MCP Server & Skills)

How to install gds-agent?

neo4j-contrib/gds-agent
$git clone https://github.com/neo4j-contrib/gds-agent

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install gds-agent by running `git clone https://github.com/neo4j-contrib/gds-agent`, then use it for the current task and follow its documentation at https://github.com/neo4j-contrib/gds-agent.

Files · 1

View on GitHub
README.md
1# GDS Agent
2 
3The GDS Agent let LLMs reason and do data science work on your graph data in Neo4j, by using two artifacts:
4 
5- **Tools** — an MCP server exposing Neo4j Graph Data Science (GDS) algorithms: centrality, community detection, path finding, similarity, node embeddings, and ML pipelines.
6- **Skills** — an agent skill (`neo4j-graph-data-scientist`) teaching the agent how and when to use those tools and best practices for doing data science on graphs.
7 
8It works with any MCP-capable harness — Claude Code, Claude Desktop, claude.ai, OpenAI Codex, Cursor, VS Code/Copilot, Gemini CLI — and programmatically from agent frameworks. It uses the GDS plugin on self-managed Neo4j and GDS Aura Graph Analytics sessions on AuraDB, over STDIO or HTTP transport.
9 
10Once set up, you can **ask any graph question about your Neo4j graph** and get answers. You can collaborate with the agent as a graph data scientist to solve complex tasks.
11 
12![gds-agent-arch](doc/gds-agent-arch.png)
13 
14# Install
15 
16 
17| Harness | Tools (MCP) | Skill | Guide |
18| --------------------- | ------------------------------------------------------------------------------------------------------- | --------------------------------------------------- | ------------------------------------ |
19| **Claude Code** | `/plugin marketplace add neo4j-contrib/gds-agent` → `/plugin install gds-agent@neo4j-gds` | bundled with the plugin | [setup](doc/setup/claude-code.md) |
20| **Claude Desktop** | download the `.mcpb` from [releases](https://github.com/neo4j-contrib/gds-agent/releases), double-click | upload the skill zip in Settings → Skills | [setup](doc/setup/claude-desktop.md) |
21| **OpenAI Codex** | `codex mcp add neo4j-gds -- uvx gds-agent` | `npx skills add neo4j-contrib/gds-agent -a codex` | [setup](doc/setup/codex.md) |
22| **Cursor** | one-click badge | `npx skills add neo4j-contrib/gds-agent -a cursor` | [setup](doc/setup/cursor.md) |
23| **VS Code / Copilot** | one-click badge or `.vscode/mcp.json` | `npx skills add neo4j-contrib/gds-agent -a copilot` | [setup](doc/setup/vscode.md) |
24| **Gemini CLI** | `gemini extensions install https://github.com/neo4j-contrib/gds-agent` | bundled with the extension | [setup](doc/setup/gemini-cli.md) |
25| **Your own agent** | any MCP client (stdio/HTTP) | inject SKILL.md as instructions | [setup](doc/setup/programmatic.md) |
26 
27 
28Most local setups need [uv](https://docs.astral.sh/uv/getting-started/installation/) installed (the server runs via `uvx gds-agent` from PyPI). Generic MCP clients run `uvx gds-agent` over stdio with the environment variables below.
29 
30## Configuration reference
31 
32Set as environment variables (or the credential form of your harness's installer):
33 
34 
35| Variable | Required | Purpose |
36| ------------------------------------------------------ | ------------ | --------------------------------------------------- |
37| `NEO4J_URI` | yes | `neo4j://` or `neo4j+s://` connection URI |
38| `NEO4J_USERNAME` / `NEO4J_PASSWORD` | yes | database credentials |
39| `NEO4J_DATABASE` | no | database name (defaults to `neo4j`) |
40| `AURA_API_CLIENT_ID` / `AURA_API_CLIENT_SECRET` | session mode | Aura API credentials for Aura Graph Analytics |
41| `AURA_API_PROJECT_ID` | no | only if the API client can access multiple projects |
42| `SESSION_MEMORY_GB` / `SESSION_TTL_HOURS` | no | session defaults (8 GB / 24 h) |
43| `GDS_AGENT_MAX_RESULT_ROWS` / `_CHARS` / `_CELL_CHARS` | no | tool output limits (500 / 100000 / 200) |
44 
45 
46By default the server uses STDIO transport for local MCP clients. For HTTP-native clients, run the server with streamable HTTP:
47 
48```bash
49gds-agent --transport http --host 127.0.0.1 --port 8000 --path /mcp
50```
51 
52The equivalent environment variables are `GDS_AGENT_TRANSPORT`, `GDS_AGENT_HOST`, `GDS_AGENT_PORT`, and `GDS_AGENT_PATH`. The Neo4j MCP-style `NEO4J_TRANSPORT` and `NEO4J_MCP_SERVER_*` names are also supported.
53 
54## GDS Aura Graph Analytics (sessions)
55 
56The server detect

Preview

neo4j-contrib/gds-agentneo4j-contrib/gds-agent
Reponeo4j-contrib/gds-agent
TypeMCP Servers
CategoryData Science & Analytics
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

MCP

Related

6 picks
Type
  1. dbt-labs avatardbt-mcpA MCP (Model Context Protocol) server for interacting with dbt resources.MCP ServersJul 2026105k595
  2. antvis avatarmcp-server-chartA Model Context Protocol server for generating charts using AntV.MCP ServersMay 202693k4.3k
  3. datalayer avatarjupyter-mcp-server🪐 🔧 Model Context Protocol (MCP) Server for Jupyter.MCP ServersJul 202681k1.2k
  4. tableau avatartableau-mcpHelping agents see and understand data.MCP ServersJul 202646k314
  5. oxylabs avataroxylabs-mcpFetch and process content from specified URLs & sources using the Oxylabs Web Scraper API.MCP ServersJun 202639k101
  6. apconw avataraix-dbAix-DB 基于 LangChain/LangGraph 框架,结合 MCP Skills 多智能体协作架构,实现自然语言到数据洞察的端到端转换。MCP ServersJun 202638k2.2k