ATLAS_API_URL
— The HTTP endpoint that the MCP server will use to source documentation.
https://atlas.cartograph.app/api
test
.<YOUR_ATLAS_API_URL>
as needed (default is already set).ATLAS_API_URL
: URL of the Atlas Docs backend endpoint (default: https://atlas.cartograph.app/api
)MESHAGENT_PORT
: Internal port for the service (typically 8001
for Atlas Docs MCP agent, 9001
for the chatbot service)Tool | Short Description |
---|---|
get_docs_full | Retrieves the complete documentation content in a single consolidated file. |
get_docs_index | Retrieves a condensed, LLM-friendly index of the pages in a documentation set. |
get_docs_page | Retrieves a specific documentation page’s content using its relative path. |
list_docs | Lists all available documentation libraries and frameworks. |
search_docs | Searches a documentation set for specific content. |
get_docs_full
docName
(string
): Name of the documentation setget_docs_index
docName
(string
): Name of the documentation setget_docs_page
docName
(string
): Name of the documentation setpagePath
(string
): Root-relative documentation page path (e.g., /guides/getting-started
)list_docs
search_docs
docName
(string
): Name of the documentation setquery
(string
): Search query for the documentation set