MCP Catalogs
首页atlas-docs-mcp screenshot

atlas-docs-mcp

by CartographAI·35·综合分 38

一个为流行库和框架提供清洁markdown文档的MCP服务器,提高LLM代码生成准确性。

developer-toolsai-llmother
7
Forks
2
活跃 Issue
13 个月前
最近提交
2 天前
收录于

概述

Atlas Docs MCP服务器将各种库和框架的官方文档处理成清洁、优化的markdown版本,供LLM使用。它解决了LLM在使用不流行或新发布的库时生成错误代码的常见问题,通过模型上下文协议提供准确、及时的技术文档。服务器提供多种工具用于访问文档,包括列出可用文档、检索索引、按关键词搜索以及访问特定页面。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:提高对不流行库的代码生成准确性
:为最新发布的框架提供最新文档
:使AI助手能正确实现Astro、Prisma和shadcn/ui等库
:目前支持哪些库?
:如何有效使用文档工具?

什么时候选它

当您使用LLMs可能未经过训练的小众或新发布的库,并且需要可靠、最新的文档参考时,选择这个MCP服务器。

什么时候不要选它

如果您需要的库文档不在他们的支持列表中,或者您需要离线访问文档,请不要选择它。

此 server 暴露的工具

从 README 抽取出 5 个工具
  • list_docs

    List all available documentation sets

  • get_docs_index

    Retrieves a condensed, LLM-friendly index of a documentation set

  • get_docs_full

    Retrieves a complete documentation set in a single consolidated file

  • search_docs

    Search a documentation set by keywords

  • get_docs_page

    Retrieves a specific page of a documentation set

可对比工具

docs-mcpdocumentation-fetchernpx-doc-search

安装

使用以下配置在您的MCP客户端中安装Atlas Docs MCP服务器:

{
  "mcpServers": {
    "atlas-docs": {
      "command": "npx",
      "args": ["-y", "@cartographai/atlas-docs-mcp"]
    }
  }
}

或者通过Smithery安装:

npx -y @smithery/cli install @CartographAI/atlas-docs-mcp --client [claude|cursor|cline|windsurf]

FAQ

目前支持哪些库?
服务器支持流行库如AI-SDK、Astro、Prisma、shadcn/ui等。完整列表见README,您也可以通过提交issue请求添加其他库。
如何有效使用文档工具?
在提示模型时,明确指示它使用Atlas Docs工具检查文档。例如:'使用工具检查Astro文档,确保您正确使用该库。'

Hacker News 讨论

开发者社区最近的相关讨论。

atlas-docs-mcp 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。