All supported clients
ideContinue Dev
Connect explainx.ai to Continue
Add explainx.ai to Continue's config so it shows up in every assistant.
Continue centralizes its settings in a single YAML config.yaml shared across its VS Code and JetBrains extensions, using an mcpServers list rather than a JSON object. Declaring explainx.ai there once makes it available in every assistant mode Continue supports.
Paste this into Continue
Add the explainx.ai MCP server to my Continue config.yaml under mcpServers, named explainx, using the streamable-http type and https://mcp.explainx.ai/mcp as the url. Save it, then tell me how to finish signing in.
Setup steps
- 01Open your Continue config.yaml (Continue: Open Config from the command palette).
- 02Add an mcpServers entry named explainx using the streamable-http type.
- 03Save — Continue opens a browser tab to complete explainx.ai sign-in.
- 04Reference the explainx tools from chat.
config.yamlmcpServers:
- name: explainx
type: streamable-http
url: https://mcp.explainx.ai/mcpFrequently asked
Does the same config.yaml work for Continue in JetBrains too?
Yes — Continue's config.yaml is shared across its VS Code and JetBrains extensions, so an explainx entry added once is available in both.
Other supported clients