Integrations
开放深度研究 MCP 服务器
一款 AI 驱动的研究助手,可对任何主题进行深入、迭代的研究。它结合了搜索引擎、网页抓取和 AI 技术,能够深入探索主题并生成全面的报告。它可作为模型上下文协议 (MCP) 工具或独立 CLI 使用。查看 exampleout.md 了解报告的具体内容。
快速入门
- 克隆并安装:
Copy
- 在
.env.local
中设置环境:
Copy
- 建造:
Copy
- 运行cli版本:
Copy
- 使用 Claude Desktop 测试 MCP 服务器:
按照服务器快速启动底部的指南将服务器添加到 Claude Desktop:
https://modelcontextprotocol.io/quickstart/server
特征
- 通过生成有针对性的搜索查询进行深入、迭代的研究
- 通过深度(深度)和广度(宽度)参数控制研究范围
- 通过详细评分(0-1)和推理来评估来源可靠性
- 优先考虑高可靠性来源(≥0.7)并验证可靠性较低的信息
- 提出后续问题以更好地了解研究需求
- 生成包含调查结果、来源和可靠性评估的详细降价报告
- 可用作 AI 代理的模型上下文协议 (MCP) 工具
- 目前 MCP 版本不会询问后续问题
工作原理
高级设置
使用本地 Firecrawl(免费选项)
除了使用 Firecrawl API,您还可以运行本地实例。您可以使用官方仓库或我的 fork(使用 searXNG 作为搜索后端),以避免使用 searchapi 键:
- 设置本地 Firecrawl:
Copy
- 更新
.env.local
:
Copy
可选:可观察性
使用 Langfuse 添加可观察性以跟踪研究流程、查询和结果:
Copy
如果没有提供 Langfuse 密钥,应用程序将正常运行,但无法被观察。
执照
MIT 许可证
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
通过将 AI 代理与搜索引擎、网络抓取和大型语言模型相结合,实现高效的数据收集和全面的报告,实现迭代深度研究。
Related Resources
Related MCP Servers
- -securityAlicense-qualityEnables AI assistants to perform up-to-date web searches through the Tavily API, providing comprehensive search results with AI-generated summaries.Last updated -5JavaScriptMIT License
- -securityFlicense-qualityA server that allows AI assistants to perform web searches using Perplexity's sonar-deep-research model with citation support.Last updated -2JavaScript
- AsecurityFlicenseAqualityA powerful research assistant that conducts intelligent, iterative research through web searches, analysis, and comprehensive report generation on any topic.Last updated -41TypeScript
- -securityAlicense-qualityEmpowers AI agents to perform web browsing, automation, and scraping tasks with minimal supervision using natural language instructions and Selenium.Last updated -1PythonApache 2.0