mcp-neo4j-server-sse
3
neo4j-server-remote is an MCP server designed for database interaction using Neo4j. It supports Cypher queries and allows for graph exploration and analysis of complex domain data.
Overview
A Model Context Protocol (MCP) server implementation that provides database interaction and allows for graph exploration capabilities through Neo4j. This server enables the execution of Cypher graph queries, analysis of complex domain data, and supports the selection of remotely accessible databases.
Prompts
mcp-demo
: Interactive prompt that guides users through database operations.
Tools
Query Tools
read-neo4j-cypher
: Execute Cypher read queries to read data from the database.write-neo4j-cypher
: Execute updating Cypher queries.
Schema Tools
get-neo4j-schema
: Get a list of all node types in the graph database, their attributes and relationships.