knowledge-mcp
3
This project is an MCP Server prototype that serves knowledge extracted from a Neo4J Database. It requires setting up a Neo4J instance and is still in the development phase, not ready for production use.
Overview
- MCP Server that utilizes a Neo4J Database to serve knowledge.
- Prototype not ready for production.
Getting Started
- Run Neo4J in Docker: Set up a Neo4J Docker container and configure it.
- Data Loader: Utilize to load documents for the MCP server.
- Build and Configure MCP Server: Compile the server and configure it in the client application, Cursor.
Notes
- Usable with any client supporting MCP, such as Claude Desktop.
- Consider improvements like utilizing Neo4J's response format for citations.