Knowledge_Base-MCP_SERVER

F6-ZeppelinFellowship/Knowledge_Base-MCP_SERVER
★ 0 stars Unknown language Memory/Knowledge Updated 2d ago
Multi-tenant Model Context Protocol (MCP) server & web platform enabling semantic search over personal document corpora using FastMCP and Qdrant.
View on GitHub → 🔍 Audit Wallet Slippage →

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_base-mcp_s": {
      "command": "npx",
      "args": [
        "-y",
        "F6-ZeppelinFellowship/Knowledge_Base-MCP_SERVER"
      ]
    }
  }
}