A [Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction) server that provides AI assistants with documentation for libraries and frameworks.
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!
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:
Claude 3.5 Sonnet on its own:
Claude 3.5 Sonnet with Atlas Docs MCP:
Atlas Docs MCP server works with any MCP client that supports the stdio
protocol, including:
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."
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.
Want docs for another library not in this list? Please open an issue in this repo, we'll try to process and add it!
list_docs
: List all available documentation setsget_docs_index
: Retrieves a condensed, LLM-friendly index of a documentation setget_docs_full
: Retrieves a complete documentation set in a single consolidated filesearch_docs
: Search a documentation set by keywordsget_docs_page
: Retrieves a specific page of a documentation setAtlas 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.
Please visit CartographAI/atlas and follow the instructions in the README. Update ATLAS_API_URL with the url of your deployment.
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
by: needle-ai
MCP (Model Context Protocol) server to manage documents and perform searches using [Needle](https://needle-ai.com) through Claude’s Desktop Application.
by: basicmachines-co
Local-first knowledge management system that builds a semantic graph from Markdown files, enabling persistent memory across conversations with LLMs.
by: upstash
LLMs rely on outdated or generic information about the libraries you use. You get: