forager-demo

dallascrilley/forager-demo
★ 0 stars TypeScript Search Updated 3d ago
Forager — Slack-export knowledge harvester. Real server-side ingestion into a confidence-scored Q&A base; MCP tool contract shown as a labeled simulation.
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": {
    "forager-demo": {
      "command": "npx",
      "args": [
        "-y",
        "dallascrilley/forager-demo"
      ]
    }
  }
}

README Excerpt

> **Your tribal knowledge is in Slack. Stop pretending the wiki has it.** Forager turns resolved Slack threads into a queryable Q&A knowledge base with confidence scoring. It is a **hybrid proof**: a real backend ingests an actual Slack export you upload — grouping messages into threads, harvesting question/answer pairs, and scoring each by social signal — while live OAuth and semantic search are explicitly out of scope.