AI Assistants (MCP)
Connect Staylime documentation to AI assistants like Claude using the Model Context Protocol (MCP). Includes setup steps for Claude Chat and Claude Code CLI.
Last updated
Was this helpful?
Connect Staylime documentation to AI assistants like Claude using the Model Context Protocol (MCP). Includes setup steps for Claude Chat and Claude Code CLI.
You can connect this documentation directly to AI assistants like Claude using the Model Context Protocol (MCP). This allows the AI to instantly search our knowledge base, troubleshoot layout issues, and generate custom code based strictly on our official guides.
Your AI tool can read our published documentation directly using our public MCP endpoint: https://staylime.com/docs/~gitbook/mcp
For Claude Chat (Web/Desktop):
Open your Claude settings and navigate to Connectors.
Click Add custom connector.
Paste our MCP endpoint URL: https://staylime.com/docs/~gitbook/mcp.
For Claude Code CLI:
Open your terminal and run the following command to register our site as a user-scoped MCP server:
claude mcp add gitbook-documentation --scope user --transport http https://staylime.com/docs/~gitbook/mcpBecause this documentation hub contains guides for multiple Staylime products (Avante, Volume, EU Energy Label), you must always specify your theme name in your prompt. If you don't, the AI might give you instructions for the wrong theme.
Example prompts for Theme Setup:
"I am using the Avante theme. How do I set up Linked Products and color swatches?"
"In the Volume theme, why isn't my transparent header overlapping the first section?"
"Search the Avante docs and explain the difference between the Mega Menu and Hover Mega Menu."
Example prompts for Custom Code & Troubleshooting:
"Write custom CSS to hide the 'Powered by Shopify' link in the footer according to your documentation for the Avante theme."
"My video banner isn't autoplaying on mobile. Search the docs for reasons why iOS blocks autoplay."
"I use the Volume theme. I want to add an FAQ page. Guide me step-by-step on how to assign the FAQ template and use the Collapsible tabs section."
Last updated
Was this helpful?
Was this helpful?
