The Atoti MCP Server is hosted atDocumentation Index
Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
Use this file to discover all available pages before exploring further.
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
What are the connection details?
| Setting | Value |
|---|---|
| Server URL | https://docs.activeviam.com/mcp |
| Transport | HTTP (also called “streamable HTTP” or “remote” in some tools) |
- Claude custom connectors
- Claude Code MCP
- Cursor MCP
- VS Code MCP
- For other tools, consult the tool’s documentation directly
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.