Documentation Index
Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
Use this file to discover all available pages before exploring further.
Atoti Intelligence SDK
This is part of the Atoti Intelligence SDK offer.Prerequisites
Before setting up the MCP server, ensure the following requirements are met:- Java project
- License with AI flag enabled
Add the dependencies
Add the MCP server dependencies to the project. Add the following topom.xml:
Verify the setup
After adding the dependencies, verify that the MCP server is available:- Build the project
- Start the Atoti application
- Check the application logs for MCP server initialization messages
- Verify that the MCP server endpoint is accessible (typically at
/sse)
Related reading
After setting up the MCP server, proceed to:- Connect with Postman to test the MCP server
- Connect with Claude to integrate with Claude AI
- Add custom tools to extend functionality
- MCP credentials page to mint long-lived bearer tokens for MCP clients (opt-in feature, disabled by default)