Per-page options
A contextual menu at the top of each article provides the following actions:Configure a persistent docs MCP server
For ongoing use, connect the Kameleoon docs as a persistent MCP server so your AI assistant can answer documentation questions without copying individual pages each time.Step 1: Copy the MCP server configuration
Open any page in the Kameleoon docs and click Copy MCP Server from the contextual menu at the top of the article. Clicking this option copies a pre-configured snippet for the Kameleoon docs MCP server.Step 2: Add the server to your tool
- Claude Desktop
- Cursor
- VS Code
- Open your Claude Desktop configuration file:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
- macOS:
- Paste the copied snippet into the
mcpServersobject. - Save the file and restart Claude Desktop.
What the docs MCP server can do
After you connect the Kameleoon docs MCP server, your AI assistant can:- Answer questions about any topic covered in the Kameleoon documentation.
- Retrieve and summarize articles from the user manual and developer docs.
- Walk you through setup guides, SDK references, and API documentation step by step.
The docs MCP server provides read access to documentation. To manage feature flags, retrieve experiment results, or automate your implementation workflow from an AI assistant, see the Kameleoon MCP server.