unofficialMcp
Verified Safeby LackOfMorals
Overview
An MCP server enabling LLM agents to interact with a Neo4j database by providing schema introspection and Cypher query execution capabilities.
Installation
go run ./cmd/neo4j-mcpEnvironment Variables
- NEO4J_PASSWORD
- NEO4J_URI
- NEO4J_USERNAME
- NEO4J_DATABASE
- NEO4J_READ_ONLY
- NEO4J_TELEMETRY
Security Notes
The `write-cypher` tool allows arbitrary Cypher query execution, posing an operational risk if LLM-generated queries are not reviewed. The project explicitly warns: "Caution: LLM-generated queries could cause harm. Use only in development environments." and notes it's disabled in read-only mode. The `read-cypher` tool includes a safeguard to verify query read-only status. Neo4j connection credentials and telemetry configuration are handled via environment variables, preventing hardcoded secrets. Telemetry is opt-out.
Similar Servers
mcp-neo4j
Provides a Model Context Protocol (MCP) server for interacting with Neo4j graph databases, enabling Cypher query execution, schema introspection, and generating insights for AI models.
mcp-k8s-go
An MCP server enabling AI assistants and users to interact with and manage Kubernetes clusters by listing, getting, applying, and executing commands on Kubernetes resources.
mcp
Provides a Model Context Protocol (MCP) server for Neo4j, enabling LLMs to interact with the database via defined tools.
memory-graph
A graph-based MCP server that provides intelligent memory capabilities for Claude Code, enabling persistent knowledge tracking, relationship mapping, and contextual development assistance for AI agents.