neo4j-contrib

42 mods across 4 repositories, 1.2k stars between them.

neo4j-contrib/mcp-neo4j

MCP server Claude CodeCodexCursor +2

MCP Neo4j Aura Database Instance Manager. Runs locally from the mcp-neo4j-aura-manager Python package. Needs 3 environment variables to run.

980 4mo ago A tokens not measured original MIT

mcp-neo4j-cypher

02

neo4j-contrib/mcp-neo4j

MCP server Claude CodeCodexCursor +2

A simple Neo4j MCP server. Runs locally from the mcp-neo4j-cypher Python package. Needs 9 environment variables to run.

980 4mo ago A tokens not measured original MIT

neo4j-contrib/mcp-neo4j

MCP server Claude CodeCodexCursor +2

A simple Neo4j MCP server for creating graph data models. Runs locally from the mcp-neo4j-data-modeling Python package. Needs 1 environment variable to run.

980 4mo ago A tokens not measured original MIT

mcp-neo4j-memory

04

neo4j-contrib/mcp-neo4j

MCP server Claude CodeCodexCursor +2

MCP Neo4j Knowledge Graph Memory Server. Runs locally from the mcp-neo4j-memory Python package. Needs 5 environment variables to run.

980 4mo ago A tokens not measured original MIT

neo4j-skills

06

neo4j-contrib/neo4j-skills

Plugin Claude Code

Agent skills for Neo4j — Cypher queries, graph modeling, drivers, imports, GraphRAG, GDS, vector indexes, Aura provisioning, and more.

104 6d ago A tokens not measured original MIT

neo4j-contrib/neo4j-skills

Instructions file CodexOpenCode

Instructions for neo4j-contrib/neo4j-skills, covering writing skills for this repository, language style — write for agents, not humans, six design principles, skill.md spec (agentskills.io) and frontmatter.

104 6d ago A 4,196 tokens original MIT

neo4j-contrib/neo4j-skills

Skill Claude CodeCodex

Authoritative reference for the neo4j-agent-memory Python package — a graph-native memory system for AI agents built on Neo4j — and for the hosted service (NAMS) at memory.neo4jlabs.com. Use this skill whenever the user mentions neo4j-agent-memory, agent memory with Neo4j, context graphs, the POLE+O model…

104 6d ago A 223 tokens original MIT

neo4j-contrib/neo4j-skills

Skill Claude CodeCodex

Manages Neo4j Aura Agents via the v2beta1 REST API — create, list, get, update, delete, and invoke Aura agents backed by an AuraDB instance. Use when configuring Aura Agent tools (CypherTemplate, SimilaritySearch, Text2Cypher), setting system prompts, deploying agents to REST or MCP endpoints, or invoking agents with…

104 6d ago A 142 tokens original MIT

neo4j-contrib/neo4j-skills

Skill Claude CodeCodex

Serverless Aura Graph Analytics (AGA) GDS Sessions — covers GdsSessions, AuraGraphDataScience, AuraAPICredentials, DbmsConnectionInfo, SessionMemory, getorcreate, remote graph projection with gds.v2.graph.project and gds.graph.project.remote, gds.v2 session endpoints, gds.v2.graph.construct, AuraDB Cypher API…

104 6d ago A 189 tokens original MIT

neo4j-contrib/neo4j-skills

Skill Claude CodeCodex

Provisions and manages Neo4j Aura instances via CLI (aura-cli v1.7+) or REST API. Use when creating, pausing, resuming, resizing, or deleting AuraDB Free/Professional/Business Critical/VDC instances; downloading credentials; scripting CI/CD pipelines; polling async status; or using the Terraform neo4j/neo4j-aura…

104 6d ago C 186 tokens original MIT

neo4j-contrib/neo4j-skills

Skill Claude CodeCodex

Use when working with Neo4j command-line tools — neo4j-cli (modern unified CLI — Cypher via Bolt, schema inspection, Aura management, Docker containers, credential management, agent skill catalog install; install with curl -sSfL https://neo4j.sh/install.sh | bash), neo4j-admin (backup, restore, import, memory sizing)…

104 6d ago C 159 tokens original MIT

neo4j-cypher-skill

13

neo4j-contrib/neo4j-skills

Skill Claude CodeCodex

Generates, optimizes, and validates Cypher 25 queries for Neo4j 2025.x and 2026.x. Use when writing new Cypher queries, optimizing slow queries, graph pattern matching, vector or fulltext search, subqueries, or batch writes. Covers MATCH, MERGE, CREATE, WITH, RETURN, CALL, UNWIND, FOREACH, LOAD CSV, SEARCH…

104 6d ago A 137 tokens original MIT

neo4j-contrib/neo4j-skills

Skill Claude CodeCodex

Ingests unstructured and semi-structured documents into Neo4j as a knowledge graph. Use when chunking PDFs, HTML, plain text, or Markdown; extracting entities and relationships from text with an LLM (SimpleKGPipeline, neo4j-graphrag); loading JSON via apoc.load.json; building Document→Chunk→Entity graph structures; or…

104 6d ago A 187 tokens original MIT

neo4j-contrib/neo4j-skills

Skill Claude CodeCodex

Neo4j .NET Driver v6 — IDriver lifecycle, DI registration (singleton), ExecutableQuery fluent API, ExecuteReadAsync/ExecuteWriteAsync managed transactions, IResultCursor (FetchAsync/ ToListAsync), record value access (.Get /As ), null safety, UNWIND batching, temporal types, await using, EagerResult, object mapping…

104 6d ago A 187 tokens original MIT

neo4j-contrib/neo4j-skills

Skill Claude CodeCodex

Covers the Neo4j Go Driver v6 — driver lifecycle, ExecuteQuery, managed and explicit transactions, session config, error handling, data type mapping, and connection tuning. Use when writing Go code that connects to Neo4j, setting up NewDriver or ExecuteQuery, debugging sessions/transactions/result handling, or working…

104 6d ago A 143 tokens original MIT

neo4j-contrib/neo4j-skills

Skill Claude CodeCodex

Neo4j Java Driver v6 — driver lifecycle, Maven/Gradle setup, executableQuery, executeRead/Write managed transactions, explicit transactions, async/reactive patterns, error handling, data type mapping, connection pool tuning, causal consistency/bookmarks. Use when writing Java or Kotlin code that connects to Neo4j via…

104 6d ago A 154 tokens original MIT

neo4j-contrib/neo4j-skills

Skill Claude CodeCodex

Neo4j JavaScript/TypeScript Driver v6 — driver lifecycle, executeQuery, managed transactions (executeRead/executeWrite), session.run, Integer handling, JSON serialization, record access, async/await patterns, TypeScript types, error handling, and connection setup for Node.js and browser. Use when writing JS/TS code…

104 6d ago A 157 tokens original MIT

neo4j-contrib/neo4j-skills

Skill Claude CodeCodex

Neo4j Python Driver v6 — driver lifecycle, executequery, managed and explicit transactions, async (AsyncGraphDatabase), result handling, data type mapping, error handling, UNWIND batching, connection pool tuning, and causal consistency. Use when writing Python code that connects to Neo4j via GraphDatabase.driver…

104 6d ago A 186 tokens original MIT

neo4j-gds-skill

20

neo4j-contrib/neo4j-skills

Skill Claude CodeCodex

Neo4j Graph Data Science (GDS) embedded plugin via Python client or Cypher — covers GraphDataScience, gds.v2 plugin endpoints, gds.version, native projection, Cypher projection, graph catalog operations, stream/stats/mutate/write modes, memory estimation, PageRank, Louvain, WCC, FastRP, KNN, Node Similarity, ML…

104 6d ago A 199 tokens original MIT

neo4j-contrib/neo4j-skills

Skill Claude CodeCodex

Use Neo4j GenAI Plugin ai.text. functions and procedures for in-Cypher embedding generation, text completion, structured output, chat, tokenization, and batch ingestion. Covers ai.text.embed(), ai.text.embedBatch(), ai.text.completion(), ai.text.structuredCompletion(), ai.text.aggregateCompletion(), ai.text.chat()…

104 6d ago A 195 tokens original MIT

neo4j-contrib/neo4j-skills

Skill Claude CodeCodex

Orchestrates zero-to-running-app in 8 stages — prerequisites → context → provision → model → load → explore → query → build. Each stage reads its own reference file. Supports HITL and fully autonomous operation. Use when starting a new Neo4j project from scratch, provisioning Aura, generating synthetic data, building…

104 6d ago A 157 tokens original MIT

neo4j-graphql-skill

23

neo4j-contrib/neo4j-skills

Skill Claude CodeCodex

Build and configure a GraphQL API backed by Neo4j using @neo4j/graphql v7 (current) or v5 (LTS). Covers Neo4jGraphQL constructor, getSchema(), assertIndexesAndConstraints(), type definitions with @node, @relationship (IN/OUT/UNDIRECTED), @cypher for custom resolvers, @authorization/@authentication for JWT/JWKS…

104 6d ago A 169 tokens original MIT

neo4j-contrib/neo4j-skills

Skill Claude CodeCodex

Build GraphRAG retrieval pipelines on Neo4j using the neo4j-graphrag Python package (v1.16.0+). Covers retriever selection (VectorRetriever, HybridRetriever, VectorCypherRetriever, HybridCypherRetriever, Text2CypherRetriever, ToolsRetriever), external vector DB retrievers (Weaviate, Pinecone, Qdrant), retrievalquery…

104 6d ago A 228 tokens original MIT