Multi-tenant Model Context Protocol (MCP) server & web platform enabling semantic search over personal document corpora using FastMCP and Qdrant.
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"
]
}
}
}
Run in terminal:
claude mcp add knowledge_base-mcp_s npx -y F6-ZeppelinFellowship/Knowledge_Base-MCP_SERVER
Add to .cursor/mcp.json:
{
"mcpServers": {
"knowledge_base-mcp_s": {
"command": "npx",
"args": [
"-y",
"F6-ZeppelinFellowship/Knowledge_Base-MCP_SERVER"
]
}
}
}