Skip to main content
The Atoti Hub houses the documentation for all Atoti products. It is a useful source of information for developers and coding agents working with Atoti products. The Atoti Hub MCP Server is hosted at https://docs.activeviam.com/mcp. When connected to an AI coding agent, it enables the agent to search and retrieve documentation content directly.

Prerequisites

  • An AI coding tool with MCP support, such as Claude, Claude Code, Cursor, or VS Code with GitHub Copilot
  • Access to Atoti products
  • An active internet connection
In some environments, the domain https://docs.activeviam.com must be added to the network allowlist before the Atoti Hub MCP server can be reached.

What are the connection details?

The setup steps are similar across tools: add the server URL as a remote MCP server using the tool’s MCP configuration. Refer to each tool’s documentation for the specific steps: In Claude Code, the Atoti Hub MCP server can be added directly from the terminal:

How to verify the connection

Once connected, ask the agent a question about Atoti products. The response should include content drawn from the documentation on the Atoti Hub, such as page titles or references to docs.activeviam.com.

What tools does the Atoti Hub MCP Server provide?

The Atoti Hub MCP Server exposes two tools that connected agents use automatically:
  • Search: Searches across the documentation to find relevant content, returning snippets with titles and links. Agents use this tool to discover information or find pages matching a query.
  • Query docs filesystem: Reads and navigates the documentation structure using shell-style commands. Agents use this tool to retrieve full page content, browse the docs structure, or extract specific sections.
These tools are designed to be used together: the Search tool finds relevant pages, and the Query docs filesystem tool retrieves their full content.