Per-page options
A contextual menu at the top of each article provides the following actions:| Option | What it does |
|---|---|
| Copy | Copies the page as plain text for direct use in any chat. |
| Open in ChatGPT | Opens the current page in a new ChatGPT conversation. |
| Open in Claude | Opens the current page in a new Claude.ai conversation. |
| Copy MCP Server | Copies the Kameleoon docs MCP server configuration for use in Claude Desktop, Cursor, VS Code, or any MCP-compatible tool. |
| Connect to Cursor | Generates a configuration snippet to add the Kameleoon docs as a persistent knowledge source in Cursor. |
| Open in VS Code | Opens the page context in VS Code Copilot Chat. |
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. This 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.