Skip to main content
The Atoti 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, rather than relying on training data or generic web searches.

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 MCP server can be reached.

What are the connection details?

SettingValue
Server URLhttps://docs.activeviam.com/mcp
TransportHTTP (also called “streamable HTTP” or “remote” in some tools)
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 server can be added directly from the terminal:
claude mcp add --transport http activeviam-docs https://docs.activeviam.com/mcp

How to verify the connection

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

What tools does the Atoti MCP Server provide?

The Atoti 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.