citesage

naeemshb/citesage
★ 0 stars Python 🤖 AI/LLM Updated 5d ago
Agentic research copilot with self-correcting RAG, MCP tool servers, and automated evaluation
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": {
    "citesage": {
      "command": "uvx",
      "args": [
        "citesage"
      ]
    }
  }
}

Or install with pip: pip install citesage

README Excerpt

**Agentic research copilot with self-correcting RAG, custom MCP tool servers, and automated evaluation.** CiteSage autonomously plans multi-step research tasks: it routes queries, retrieves from local papers or the web (arXiv + Semantic Scholar), grades document relevance, generates cited answers, and verifies its own outputs through a hallucination detection loop. It goes well beyond "chat with your PDF."

Tools (5)

ANTHROPIC_API_KEYEMBEDDING_MODELLLM_MODELLLM_PROVIDEROPENAI_API_KEY