New Blog: Implementing Neo4j GraphRAG Retrievers as MCP Server

Expand your MCP toolbox with VectorCypher search and other GraphRAG retrievers

The Model Context Protocol (MCP) is an open standard that defines how applications provide context to LLMs, enabling them to access external data and functions through standardized tools.

One such MCP server is the MCP Neo4j Cypher server , which enables the agent to query a Neo4j database. This MCP server makes it possible to retrieve database schema information and execute both read and write Cypher queries gen...

Read it: Implementing Neo4j GraphRAG Retrievers as MCP Server