knowledge-bank-tools

krisoye/knowledge-bank-tools
★ 0 stars Python AI/LLM Updated 3d ago
A ChromaDB-powered vector database server for semantic search across diverse knowledge sources. Supports 17+ source types with credibility scoring, staleness tracking, and automated batch ingestion. Exposes a FastAPI REST server and an MCP interface for direct use from Claude and other MCP clients.
View on GitHub → Try with Claude — $10 free →

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-bank-tools": {
      "command": "uvx",
      "args": [
        "knowledge-bank-tools"
      ]
    }
  }
}

Or install with pip: pip install knowledge-bank-tools

Topics

ws-managed