loading…
Search for a command to run...
loading…
MCP server for Neo4j graph database operations, enabling Cypher queries, node/relationship management, and schema discovery.
MCP server for Neo4j graph database operations, enabling Cypher queries, node/relationship management, and schema discovery.
Code style: crackerjack Runtime: oneiric Framework: FastMCP uv Python: 3.13+
MCP server for Neo4j graph database operations.
uv pip install -e .
# Stdio mode (default)
neo4j-mcp serve
# HTTP mode
neo4j-mcp serve --http --port 3045
# With mock mode for testing
neo4j-mcp serve --mock
# With custom connection
neo4j-mcp serve --uri bolt://localhost:7687 --database neo4j
Queries:
run_cypher - Execute Cypher queriesNodes:
create_node - Create a nodeget_node - Get node by IDdelete_node - Delete a nodefind_nodes - Find nodes by criteriaRelationships:
create_relationship - Create relationshipdelete_relationship - Delete relationshipPaths:
find_paths - Find paths between nodesSchema:
get_schema - Get database schema infoSet via environment variables with NEO4J_MCP_ prefix:
NEO4J_MCP_URI - Neo4j URI (default: bolt://localhost:7687)NEO4J_MCP_USER - Username (default: neo4j)NEO4J_MCP_PASSWORD - PasswordNEO4J_MCP_DATABASE - Database name (default: neo4j)NEO4J_MCP_MOCK_MODE - Enable mock modeВыполни в терминале:
claude mcp add neo4j-mcp -- npx Безопасность
Низкий рискАвтоматическая эвристика по публичным данным — не гарантия безопасности.