xby-atlas-docs
Manifest validAtlas Docs MCP服务器为AI助手提供库和框架的技术文档,将官方文档处理为适合LLM使用的Markdown版本,适用于Cursor、Cline、Windsurf等MCP兼容的LLM客户端。
xby-atlas-docs
DeepSeek Harness (DSH) 的插件:文档处理服务
Atlas Docs MCP服务器为AI助手提供库和框架的技术文档,将官方文档处理为适合LLM使用的Markdown版本,适用于Cursor、Cline、Windsurf等MCP兼容的LLM客户端。
功能
- set_xby_apikey — 在聊天中设置 API 密钥(自动持久化,重启有效)
- list_docs — Lists all available documentation libraries and frameworks. Use this as your first step to discover available documentation sets. Returns name, description and source url for each documentation set. Required before using other documentation tools since you need the docName.
- search_docs — Searches a documentation set for specific content. Use this to find pages containing particular keywords, concepts, or topics. Returns matching pages ranked by relevance with their paths and descriptions. Follow up with get_docs_page to get full content.
- get_docs_index — Retrieves a condensed, LLM-friendly index of the pages in a documentation set. Use this for initial exploration to understand what's covered and identify relevant pages. Returns a markdown page with a list of available pages. Follow up with get_docs_page to get full content.
- get_docs_page — Retrieves a specific documentation page's content using its relative path. Use this to get detailed information about a known topic, after identifying the relevant page through get_docs_index or search_docs. Returns the complete content of a single documentation page.
- get_docs_full — Retrieves the complete documentation content in a single consolidated file. Use this when you need comprehensive knowledge or need to analyze the full documentation context. Returns a large volume of text - consider using get_docs_page or search_docs for targeted information.
安装
方式一:从 GitHub 直接安装(推荐)
# 格式: dsh plugin --profile <profile> add github:<owner>/<repo>
dsh plugin --profile web add github:xby_skill/xby-atlas-docs
方式二:从本地目录安装(开发模式)
# 仅用于本地开发调试
dsh plugin --profile web add /absolute/path/to/xby-atlas-docs
方式三:通过 cordis.patch.yml 开发调试
dsh web --profile web --patch /absolute/path/to/dsh-ocr-plugin/cordis.patch.yml
配置
获取 API 密钥
前往 小笨羊官网 注册并获取 API 密钥。
Similar plugins
by xby-skill
一个强大的模型上下文协议(MCP)服务器,提供对学术文献数据库的无缝访问,帮助研究人员使用LLM和MCP客户端(如Claude、Cursor等)加速文献综述过程。
★ 0
MIT
TypeScript
Aug 28, 2026
dsh plugin --profile web add xby-litby xby-skill
一个通过模型上下文协议(MCP)提供DBLP计算机科学文献数据库访问的服务,支持学术文献检索、引用生成及格式化功能。
★ 0
MIT
TypeScript
Sep 2, 2026
dsh plugin --profile web add xby-dblpby xby-skill
一个提供文本转换、格式化和分析功能的MCP服务器,可直接集成到开发工作流中。
★ 0
MIT
TypeScript
Aug 28, 2026
dsh plugin --profile web add xby-text-toolkitby xby-skill
一个支持AI助手读取和分析PDF文件的MCP服务器,提供PDF元数据提取、页面范围阅读和关键词搜索等功能。
★ 0
MIT
TypeScript
Aug 28, 2026
dsh plugin --profile web add xby-read-pdfby xby-skill
一个通过CKAN API直接访问多伦多开放数据的MCP服务器,支持智能数据集发现、灵活查询和CSV数据预览,专为LLM代理设计。
★ 0
MIT
TypeScript
Sep 2, 2026
dsh plugin --profile web add xby-toronto-open-data-serverby xby-skill
一个将Markdown内容转换为Notion API兼容格式的MCP服务器,适用于内容管理和开发集成。
★ 0
MIT
TypeScript
Aug 28, 2026
dsh plugin --profile web add xby-markdown-to-notion