Skip to main content
This documentation is automatically available as a Model Context Protocol (MCP) server. Once you connect your AI coding assistant to it, the assistant can search and read these docs on demand — so its answers about Avaluma stay grounded in the current documentation instead of guessing.

The MCP endpoint

The hosted MCP server is served from the documentation domain with /mcp appended:
https://docs.avaluma.ai/mcp
There is nothing to deploy or maintain — Mintlify hosts the server and keeps it in sync with the live docs. It exposes read-only search and navigation tools over every published page.
The hosted MCP server is included in Mintlify’s free plan and is generated automatically for every documentation site — no extra configuration on our side.

Connect your assistant

All four clients connect over the same remote HTTP endpoint. Pick your tool below.
Add the server with the Claude Code CLI:
claude mcp add --transport http avaluma-docs https://docs.avaluma.ai/mcp
Then check it is connected:
claude mcp list
The avaluma-docs tools become available in your next Claude Code session.

Verify it works

After connecting, ask your assistant a question that can only be answered from these docs, for example:
Using the Avaluma docs MCP server, how do I mute the microphone of an embedded avatar?
If the connection works, the assistant calls the docs search tool and answers with content from the Messaging page.

Troubleshooting

Restart the client after adding the server — most assistants only load MCP servers at startup. For Claude Code, run claude mcp list to confirm the server status is connected.
Make sure you used the HTTP transport (--transport http / httpUrl / serverUrl) and the exact URL https://docs.avaluma.ai/mcp. SSE- or stdio-style entries will not work against the hosted endpoint.
Validate the JSON — a trailing comma or an inline comment will stop Gemini CLI and Antigravity from reading the file. Antigravity in particular does not allow comments in mcp_config.json.