knowledge-mcp
@simon-k
关于 knowledge-mcp
MCP Server that serves knowledge from a Neo4J Database
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"knowledge-mcp": {
"command": "docker",
"args": [
"run",
"\\"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is knowledge-mcp?
knowledge-mcp is a prototype MCP server that serves knowledge from a Neo4J database, using dummy guidelines as example documents. It is intended for developers working with MCP-compatible clients like Cursor or Claude Desktop.
How to use knowledge-mcp?
Run Neo4J in a Docker container, run the included data loader to populate documents, build the MCP server binary, then configure it in an MCP client (e.g., Cursor) by providing the server path, OpenAI API key, and Neo4J credentials. The server communicates over stdio transport.
Key features of knowledge-mcp
- Serves knowledge from a Neo4J database
- Uses OpenAI API for processing questions
- Prototype – not ready for production
- Configured via stdio transport
- Works with Cursor, Claude Desktop, and other MCP clients
- Includes an example data loader
Use cases of knowledge-mcp
- Answer questions based on internal documents stored in Neo4J
- Prototype knowledge base retrieval for MCP clients
- Test Neo4J integration with the MCP ecosystem
FAQ from knowledge-mcp
What is the purpose of this server?
It demonstrates how knowledge can be extracted from a Neo4J database via the Model Context Protocol. The included documents are dummy guidelines.
Is knowledge-mcp ready for production?
No, it is a prototype and is not ready for production use.
What dependencies are required?
You need a running Neo4J instance (e.g., via Docker), an OpenAI API key, and you must build the .NET 9 server binary.
How do I configure knowledge-mcp in Cursor?
Add an MCP server in Cursor Settings with type stdio, command set to the built server binary path, and args containing your OpenAI key, Neo4J URI (neo4j://localhost:7687), username (neo4j), and password.
Can I use knowledge-mcp with other clients?
Yes, it works in any client that supports MCP, such as Claude Desktop.
记忆与知识 分类下的更多 MCP 服务器
Solomd
zhitongblogA markdown editor — and the bridge to your LLM. Local-first, MIT, ~15 MB. Bundled MCP server lets Claude Code / Codex / Cursor drive your vault directly. 14 AI providers BYOK.
RAG Documentation MCP Server
hannesrudolphAn MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.
Notion MCP Server
awkoyNotion MCP server for Claude, Cursor, ChatGPT & Claude Desktop. Connect AI agents to Notion via Model Context Protocol — pages, databases, blocks, comments, files.
Context Portal MCP (ConPort)
GreatScottyMacContext Portal (ConPort): A memory bank MCP server building a project-specific knowledge graph to supercharge AI assistants. Enables powerful Retrieval Augmented Generation (RAG) for context-aware development in your IDE.
Semantic Scholar MCP Server
YUZongminA FastMCP server implementation for the Semantic Scholar API, providing comprehensive access to academic paper data, author information, and citation networks.
评论