Neo4J Driver Rust

🌐Community
by michaelkeevildown · vlatest · Repository

Connects Rust applications to Neo4j databases using the official Neo4j driver for robust graph data interaction.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add neo4j-driver-rust npx -- -y @trustedskills/neo4j-driver-rust
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "neo4j-driver-rust": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/neo4j-driver-rust"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill provides Rust bindings for the Neo4j driver. It allows AI agents to connect to and interact with Neo4j graph databases, executing Cypher queries and retrieving results in a type-safe manner. The driver supports features like transaction management and result set iteration.

When to use it

  • Graph Data Analysis: When your agent needs to query and analyze data stored within a Neo4j graph database for insights or decision making.
  • Knowledge Graph Integration: To integrate external knowledge graphs built with Neo4j into an AI agent's reasoning process.
  • Backend Data Storage: When the agent needs to persistently store information in a graph structure, such as relationships between entities.
  • Complex Relationship Queries: When you need to perform queries that involve traversing complex relationships within your data.

Key capabilities

  • Neo4j driver bindings for Rust
  • Cypher query execution
  • Transaction management
  • Result set iteration

Example prompts

  • "Execute the Cypher query 'MATCH (n:Person) WHERE n.name = 'Alice' RETURN n'"
  • "Connect to Neo4j at [URI] with username [username] and password [password]."
  • "Create a transaction and execute these Cypher queries: [query1], [query2]"

Tips & gotchas

  • Requires Rust development environment.
  • Ensure the Neo4j database is running and accessible from your agent's environment.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
michaelkeevildown
Installs
3

🌐 Community

Passed automated security scans.