knowledge-mcp

simon-k/knowledge-mcp
★ 3 stars C# 🗄️ Database Updated 11mo ago
MCP Server that serves knowledge from a Neo4J Database
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "knowledge-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "simon-k/knowledge-mcp"
      ]
    }
  }
}