69
/ 100
4 days ago
glama

Neo4j MCP Server

A Model Context Protocol server that enables running Cypher queries and retrieving schema from Neo4j databases, supporting AI-driven graph exploration and text-to-Cypher workflows.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
3 tools verified — handlers match their declared behaviour
2 read-only tools verified — handlers contain no write/delete/exec
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 1 credential: NEO4J_PASSWORD
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configNEO4J_URL
configNEO4J_URIe ="bolt://host.docker.internal:7687" \
configNEO4J_USERNAMEe ="neo4j" \
🔐 secretNEO4J_PASSWORDe ="your-password" \
configNEO4J_DATABASE"": "neo4j"
configNEO4J_NAMESPACE"": "local"
configNEO4J_TRANSPORTexport =http
configNEO4J_MCP_SERVER_HOSTexport =127.0.0.1
configNEO4J_MCP_SERVER_PORTexport =8080
configNEO4J_MCP_SERVER_PATHexport =/api/mcp/
configNEO4J_MCP_SERVER_ALLOW_ORIGINSexport ="https://example.com,https://example.com"
configNEO4J_MCP_SERVER_ALLOWED_HOSTSexport ="example.com,www.example.com"
configNEO4J_RESPONSE_TOKEN_LIMITexport =4000
configNEO4J_READ_TIMEOUTexport =60
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 3 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/st3v0rr-mcp-neo4j-cypher-18htfe)](https://m8ven.ai/mcp/st3v0rr-mcp-neo4j-cypher-18htfe)
commit: 266b44c676cf325bdf1852b033f8a24bdf5f9b1f
code hash: 725d1a44d45b1b221fe06dba34380a41803ebe1557b5174fa2fc97dbcdbb277f
verified: 6/22/2026, 12:49:53 PM
view raw JSON →