MCP Server: Ollama Deep Researcher
@Cam10001110101
About MCP Server: Ollama Deep Researcher
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-ollama-deep-researcher": {
"command": "node",
"args": [
"dist/index.js"
]
}
}
}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 desktop extension that enables advanced topic research using web search APIs and LLM synthesis, powered by a local MCP server over stdio. It is designed for integration with the DXT ecosystem and supports configurable research parameters, status tracking, and resource access.
How to use Ollama Deep Researcher?
Install Node.js and Python dependencies, set required environment variables for a web search API (Tavily, Perplexity, or Exa), optionally configure an LLM endpoint, then build and run the server with node dist/index.js. Use the research tool with a topic, get_status to check progress, and configure to adjust parameters like maxLoops, llmModel, or searchApi.
Key features of Ollama Deep Researcher
- MCP protocol over stdio for local, secure operation
- Defensive programming: error handling, timeouts, and validation
- Logging and debugging output via stderr
- Compatible with DXT host environments
- Research subprocesses killed after 30 minutes to prevent hangs
Use cases of Ollama Deep Researcher
- Research any topic using web search and LLM synthesis
- Track the status of ongoing research tasks
- Access research results as MCP resources
- Configure LLM model and search API without code changes
FAQ from Ollama Deep Researcher
What web search APIs are supported?
Tavily, Perplexity, and Exa are supported. Each requires its own API key set as an environment variable.
What LLMs can I use?
Ollama, DeepSeek, and other LLMs compatible with the configuration are supported. The LLM model can be set via the configure tool.
How do I prevent plaintext API keys from being stored on disk?
Optionally use 1Password Environments to mount a local .env file as a named pipe, or use op run to inject secrets at launch. Details are provided in the README under “Optional: secure secrets with 1Password”.
What happens if a research task takes too long?
Research subprocesses are automatically killed after 30 minutes to prevent hangs. Timeouts are logged to stderr.
What are the runtime dependencies?
Node.js for the TypeScript MCP server, Python for the research assistant, and API keys for the chosen web search service. All communication occurs locally over stdio.
More AI & Agents MCP servers
1MCP - One MCP Server for All
1mcp-appA unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
meGPT - upload an author's content into an LLM
adriancoCode to process many kinds of content by an author into an MCP server
Open Multi-Agent Canvas
CopilotKitThe open-source multi-agent chat interface that lets you manage multiple agents in one dynamic conversation and add MCP servers for deep research
Sequential Thinking Multi-Agent System (MAS)
FradSerAn advanced sequential thinking process using a Multi-Agent System (MAS) built with the Agno framework and served via MCP.
Comments