Loading languages...
NE

neo4j-mcp

@nature-lover-iv

A comprehensive Model Context Protocol (MCP) server for Neo4j graph database. This server allows AI assistants to interact with Neo4j databases using natural language through the MCP protocol.

neo4j
graph database
database
python

# mcpServer Config

{
  "mcpServers": {
    "github.com/neo4j-contrib/mcp-neo4j": {
      "command": "neo4j-mcp",
      "args": [],
      "env": {
        "NEO4J_URL": "bolt://localhost:7687",
        "NEO4J_USERNAME": "neo4j",
        "NEO4J_PASSWORD": "your-password"
      },
      "disabled": false,
      "autoApprove": []
    }
  }
}

# stdio

neo4j-mcp
Transport:
stdio
Langue:
Python
Créé:4/17/2025
Mis à jour:5/1/2025