kavi-research-assistant-mcp

kavi-research-assistant-mcp

Enables AI to save, organize, search, and synthesize research materials using a local vector database with support for both OpenAI and Ollama backends.

Category
访问服务器

README

<div align="center">

<img src="assets/logo.png" alt="KAVI RESEARCH" width="200" style="margin-bottom: 20px;">

KAVI RESEARCH

Your Premium AI Research Librarian

PyPI version Python 3.11+ License: MIT Powered by LangChain Built by kavi.ai

FeaturesInstallationConfigurationUsageContributing

</div>


🚀 Overview

<img src="assets/dashboard_preview.png" alt="Kavi Research Dashboard" width="100%" style="margin: 15px 0; border-radius: 10px; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);">

KAVI RESEARCH is a premium Model Context Protocol (MCP) server designed to transform your AI into a dedicated research assistant.

Stop losing track of important findings. KAVI RESEARCH enables your AI to save, organize, search, and synthesize high-volume research materials using a local vector database. Whether you are using OpenAI or local Ollama models, KAVI RESEARCH keeps your knowledge accessible, private, and secure.

Newly Added in v2.1: Large Document Support! KAVI RESEARCH now automatically chunks massive PDFs and files into manageable semantic segments to bypass LLM context limits.

✨ Features

  • 🧠 Dual Backend Support: seamless switching between OpenAI (Cloud) and Ollama (Local/Private).
  • 🗣️ RAG Capabilities: "Chat" with your research topics using advanced Retrieval-Augmented Generation.
  • 📚 Smart Storage: Automatic content deduplication and vector embedding using ChromaDB.
  • 🔍 Semantic Search: Find what you need using natural language, not just keywords.
  • 📂 Topic Organization: Keep different research streams (e.g., "AI Agents", "React Patterns") isolated and organized.
  • ⚡ Fast & Efficient: Built on fastmcp and langchain for high performance.

📦 Installation

Recommended: using uv (Fastest)

# Run the AI Agent (MCP Server)
uvx kavi-research-assistant-mcp

# Run the Web UI (Gradio)
uv run kavi-research-ui

Using pip

pip install kavi-research-assistant-mcp

🎨 Web Interface (UI)

We provide a beautiful, colorful web interface to manage your research.

uv run kavi-research-ui
  • 🎓 Ask Researcher: Chat with your research librarian.
  • 💾 Save Knowledge: Easily paste and save new notes.
  • 📊 Dashboard: View summaries and manage your topics.

⚙️ Configuration

You can configure the agent to use either OpenAI (default) or a local Ollama instance.

Option 1: OpenAI (Default)

Powerful, zero-setup (requires API Key).

export OPENAI_API_KEY=sk-...
export RESEARCH_DB_PATH=~/research_db
export LLM_PROVIDER=openai

Option 2: Ollama (Local & Private)

Run entirely on your machine. No API keys required.

  1. Pull Models:

    ollama pull llama3.2
    ollama pull nomic-embed-text
    
  2. Configure Environment:

    export RESEARCH_DB_PATH=~/research_db
    export LLM_PROVIDER=ollama
    # Optional overrides
    # export OLLAMA_BASE_URL=http://localhost:11434
    

Claude Desktop Setup

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "kavi-research": {
      "command": "uvx",
      "args": ["kavi-research-assistant-mcp"],
      "env": {
        "RESEARCH_DB_PATH": "/Users/username/research_db",
        "OPENAI_API_KEY": "sk-..." 
      }
    }
  }
}

🛠️ MCP Tool Reference

Model Context Protocol (MCP) allows Kavi to act as a bridge between your AI and a private knowledge base. Below are the tools provided:

1. 📥 Data Ingestion

  • save_research_data(content: List[str], topic: str): Saves raw text or snippets.
    • Usecase: Saving paper abstracts or news headlines.
  • save_research_files(file_paths: List[str], topic: str): Parses and vectorizes documents.
    • Supported Formats: .pdf, .txt, .docx.
    • Usecase: Ingesting a folder of research PDF papers.

2. 🔍 Knowledge Retrieval & RAG

  • ask_research_topic(query: str, topic: str): Answers questions using Retrieval Augmented Generation.
    • Usecase: "What does my research say about Agentic Workflows?"
  • summarize_topic(topic: str): Generates a high-level executive summary of an entire library.
    • Usecase: Periodic review of a project topic.

3. 📋 Management

  • list_research_topics(): Returns a list of all libraries and their document counts.
  • search_research_data(query: str, topic: str): Performs raw semantic similarity search for specific chunks.

🧪 Testing & Usage Steps

Step 1: Initialize the Environment

Ensure your preferred LLM backend is running. For Ollama:

ollama serve
ollama pull llama3.2
ollama pull nomic-embed-text

Step 2: Launch the Assistant

You can interact via the MCP Inspector (Command Line) or the Web UI.

To test via MCP Inspector:

npx @modelcontextprotocol/inspector uv run kavi-research-assistant-mcp

Once the inspector opens in your browser, you can manually trigger tools like list_research_topics.

Step 3: Populate with Knowledge

Ask your AI (via Claude Desktop or the UI) to save information:

"Save the following text to my 'ai-market' topic: [Your Text Here]"

Step 4: Validate RAG (The "Proof of Work")

Ask a question that only your saved data could answer:

"Based on my 'ai-market' data, what was the projected growth for 2026?"

Step 5: Dashboard Review

Open the UI to see your topic cards visualized gracefully.

uv run kavi-research-ui

💡 Typical Usecase Scenarios

  1. Academic Research: Upload 50 PDF papers into a topic called thesis. Use ask_research_topic to find contradictions or common methodologies across all papers.
  2. Market Intelligence: Save daily news snippets about competitors into competitor-intel. Every Friday, run summarize_topic to get a weekly briefing.
  3. Code Library: Save documentation for obscure libraries into dev-docs. Use Kavi to answer "How do I implement X using Y?" without the LLM hallucinating.

👨‍💻 Author & Credits

Machha Kiran

Branding:

  • Copyright © 2025 kavi.ai. All rights reserved.
  • kavi.ai and the Kavi logo are trademarks of kavi.ai.

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.


<div align="center"> <sub>Built with ❤️ by the kavi.ai team</sub> </div>

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选