MCP Server: Ollama Deep Researcher
@MCP-Mirror
About MCP Server: Ollama Deep Researcher
Mirror of
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"Cam10001110101_mcp-server-ollama-deep-researcher": {
"command": "uv",
"args": [
"pip",
"install",
"."
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Ollama Deep Researcher?
Ollama Deep Researcher is a Model Context Protocol (MCP) server adaptation of LangChain Ollama Deep Researcher. It provides deep research capabilities as MCP tools, allowing AI assistants to perform in-depth, iterative research on topics using local LLMs hosted by Ollama and web search via Tavily or Perplexity.
How to use Ollama Deep Researcher?
Clone the repository, install Node.js and Python dependencies (via npm, uv or pip), build the TypeScript code, and pull an Ollama model. Add the server to your MCP client’s configuration (e.g., Claude Desktop or Cline) using either the standard or Docker installation. Use the research tool with a topic, optionally configure parameters with the configure tool, and access results as MCP resources.
Key features of Ollama Deep Researcher
- Iterative research process with multiple cycles of search, summarization, and reflection
- Uses local LLMs via Ollama (e.g., deepseek-r1:1.5b)
- Web search via Tavily or Perplexity API
- Configurable number of research iterations (1–5)
- Outputs a markdown summary with source citations
- Supports Docker deployment
- Integrates with LangSmith for tracing and monitoring
Use cases of Ollama Deep Researcher
- AI assistants performing deep, multi‑step research on a given topic
- Researching complex subjects that require iterative refinement
- Generating comprehensive summaries with citations for knowledge work
- Providing persistent, reusable research resources within MCP clients
FAQ from Ollama Deep Researcher
What prerequisites are required to run Ollama Deep Researcher?
You need Node.js, Python 3.10+, an Ollama model, and API keys for Tavily and Perplexity. At least 8GB of RAM is recommended for larger models.
Which search APIs does Ollama Deep Researcher support?
The server supports Tavily and Perplexity API, configured via the searchApi argument in the configure tool.
Can I run the server with Docker?
Yes, a Docker installation is provided. You build the container, set API keys in a .env file, and run helper scripts like run-docker.sh start.
How are research results stored?
Completed research is stored as MCP resources accessible via research://{topic} URIs. They appear in the MCP client’s resource panel with timestamps and descriptions.
What tracing and monitoring is available?
Ollama Deep Researcher integrates with LangSmith to trace all LLM interactions, web searches, and research workflow steps for performance monitoring and debugging.
More AI & Agents MCP servers
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
Web Agent Protocol
OTA-Tech-AI🌐Web Agent Protocol (WAP) - Record and replay user interactions in the browser with MCP support
Mcp Agent
lastmile-aiBuild effective agents using Model Context Protocol and simple workflow patterns
Gemini MCP Server
aliargunMCP server implementation for Google's Gemini API
Model Context Protocol Server for Home Assistant
tevonsbA MCP server for Home Assistant
Comments