Atlas Docs
AT
Docker Hub MCP

Atlas Docs

by github.com/CartographAI ยท Devops

0.0 ยท 0 reviews
0 installs ยท 5 tools

Atlas Docs processes tech libraries' documentation sites into clean, markdown versions.

Atlas Docs MCP Server

NPM Version smithery badge

A Model Context Protocol (MCP) server that provides AI assistants with documentation for libraries and frameworks.

[!WARNING] Atlas Docs is currently in beta. Not everything might work perfectly, but we're actively improving the service. Your patience and feedback are greatly appreciated!

What Does This Server Do?

LLMs are great at generating general code, but suck at correctly using less popular or newly released libraries. This isn't surprising, since the models have not been trained comprehensively on code using these libraries.

Atlas Docs MCP server:

  • Provides technical documentation for libraries and frameworks
  • Processes the official docs into a clean markdown version for LLM consumption
  • Is easy to set up with Cursor, Cline, Windsurf and any other MCP-compatible LLM clients

Claude 3.5 Sonnet on its own:

elevenlabs-without-atlas-annotated

Claude 3.5 Sonnet with Atlas Docs MCP:

elevenlabs-with-atlas-annotated

๐Ÿ“ฆ Installation

Atlas Docs MCP server works with any MCP client that supports the stdio protocol, including:

  • Cursor
  • Cline
  • Windsurf
  • Claude Desktop

Add the following to your MCP client configuration file:

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

That's it! You may need to restart the app (for Claude Desktop) for the server to be recognised.

Tip: Prompt your model to check the docs eg. "Use the tools to check the documentation for Astro to ensure that you use the library correctly."

Installing via Smithery

Alternatively, you can install Atlas Docs MCP automatically via Smithery. Example for claude desktop:

npx -y @smithery/cli install @CartographAI/atlas-docs-mcp --client claude

Change "claude" to "cursor", "cline" or "windsurf" for the respective clients.

๐Ÿ“’ Available Libraries

  • AI-SDK (source: https://sdk.vercel.ai/docs/introduction)
  • Astro (source: https://docs.astro.build/en/getting-started)
  • ast-grep (source: https://ast-grep.github.io/llms.txt)
  • Bun (source: https://bun.sh/llms.txt)
  • CrewAI (source: https://docs.crewai.com/llms.txt)
  • Drizzle (source: https://orm.drizzle.team/llms.txt)
  • ElevenLabs (source: https://elevenlabs.io/docs/llms.txt)
  • Fireworks (source: https://docs.fireworks.ai/llms.txt)
  • Hono (source: https://hono.dev/llms.txt)
  • Langgraph-js (source: https://langchain-ai.github.io/langgraphjs/llms.txt)
  • Langgraph-py (source: https://langchain-ai.github.io/langgraph/llms.txt)
  • Mastra (source: https://mastra.ai/llms.txt)
  • ModelContextProtocol (source: https://modelcontextprotocol.io/llms.txt)
  • Pglite (source: https://pglite.dev/docs/about)
  • Prisma (source: https://www.prisma.io/docs/llms.txt)
  • Resend (source: https://resend.com/docs/llms.txt)
  • shadcn/ui (source: https://ui.shadcn.com/docs)
  • Stripe (source: https://docs.stripe.com/llms.txt)
  • Svelte (source: https://svelte.dev/docs/svelte/overview)
  • SvelteKit (source: https://svelte.dev/docs/kit/introduction)
  • tailwindcss (source: https://tailwindcss.com/docs/installation)
  • TanStack-Router (source: https://tanstack.com/router/latest/docs/framework/react/overview)
  • Trigger.dev (source: https://trigger.dev/docs/llms.txt)
  • X (source: https://docs.x.com/llms.txt)
  • Zapier (source: https://docs.zapier.com/llms.txt)

Want docs for another library not in this list? Please open an issue in this repo, we'll try to process and add it!

๐Ÿ”จ Available Tools

  1. list_docs: List all available documentation sets
  2. get_docs_index: Retrieves a condensed, LLM-friendly index of a documentation set
  3. get_docs_full: Retrieves a complete documentation set in a single consolidated file
  4. search_docs: Search a documentation set by keywords
  5. get_docs_page: Retrieves a specific page of a documentation set

๐Ÿ’ญ How It Works

Atlas Docs processes tech libraries' documentation sites into clean, markdown versions. This MCP server provides the docs as MCP tools, calling Atlas Docs APIs for the data.

Running the backend locally

Please visit CartographAI/atlas and follow the instructions in the README. Update ATLAS_API_URL with the url of your deployment.

Support & Feedback

Please open an issue in this repo to request docs for a library, or to report a bug.

If you have any questions, feedback, or just want to say hi, we'd love to hear from you. You can find us on Cartograph's Discord comunity for real-time support, or email us at contact@cartograph.app

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.

Parameters

docName Name of the documentation set required
query Search query to find relevant pages within the documentation set required
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.

Parameters

docName Name of the documentation set required
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.

Parameters

docName Name of the documentation set required
pagePath The root-relative path of the specific documentation page (e.g., '/guides/getting-started', '/api/authentication') required
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.

Parameters

docName Name of the documentation set required
๐Ÿฅ‡
Security Tier
Gold
95
Score
out of 100
Scanned by
orcorus-marketplace-automation
Mar 13, 2026

AI review failed after 1 turns: Error code: 401 - {'error': {'code': '', 'message': '[sk-hPL***S1Z] token quota exhausted !token.UnlimitedQuota && token.RemainQuota = -499 (request id: 20260313094011932527827C3OE1MEG)', 'type': 'comet_api_error'}}

0.0
0 reviews
5
0%
4
0%
3
0%
2
0%
1
0%

Sign in to leave a review

No reviews yet โ€” be the first!

Connect โ†’
0.0
โ˜… Rating
5
Tools
0
Installs

Configuration

ATLAS_API_URL string
ATLAS_API_URL

https://atlas.cartograph.app/api

Docker Image

Docker Hub
mcp/atlas-docs

Published by github.com/CartographAI