cite8

dryoung1029/cite8
★ 0 stars TypeScript 🤖 AI/LLM Updated 1d ago
Citation-grounded clinical RAG over PubMed. Hybrid retrieval, reranking, grounded generation, and post-hoc citation verification — every claim links back to a verified peer-reviewed source, and the system abstains when evidence is thin. HTTP API + MCP server for connecting Claude-based agents.
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": {
    "cite8": {
      "command": "npx",
      "args": [
        "-y",
        "dryoung1029/cite8"
      ]
    }
  }
}

README Excerpt

Citation-grounded clinical RAG service. REST API + MCP server for AI agents (and humans) querying peer-reviewed medical literature with verified, linked sources. > **Status:** Phase 1 (skeleton + ingestion). See [`CLAUDE.md`](./CLAUDE.md) for the full build plan. Answers clinical questions by retrieving from a curated corpus of PubMed literature and generating cited, grounded responses — with explicit abstention when the evidence is thin. Every claim links back to a verified peer-reviewed source