Back to Home
LackOfMorals icon

unofficialMcp

Verified Safe

by LackOfMorals

Overview

An MCP server enabling LLM agents to interact with a Neo4j database by providing schema introspection and Cypher query execution capabilities.

Installation

Run Command
go run ./cmd/neo4j-mcp

Environment 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

Stats

Interest Score0
Security Score7
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2025-12-05

Tags

Neo4jMCPLLM AgentsGraph DatabaseCypherGo