@cartographai/atlas-docs-mcp

0.2.0 • Public • Published

Atlas Docs MCP Server

NPM Version

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."

📒 Available Libraries

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.

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

Package Sidebar

Install

npm i @cartographai/atlas-docs-mcp

Weekly Downloads

19

Version

0.2.0

License

MIT

Unpacked Size

23.9 kB

Total Files

5

Last publish

Collaborators

  • vivekkalyan
  • siyant