Setup guide · Continue.dev

Set up CleenUI in Continue.

Continue supports MCP servers — add cleenui to config.yaml or a standalone file in .continue/mcpServers/.

AI toolContinue

Continue is an open-source AI code assistant. It supports MCP servers but only in agent mode — the Setup, Builder, and Theme tools register cleanly. The config is YAML, and Continue accepts either an inline mcpServers array in config.yaml or a per-server standalone YAML file in .continue/mcpServers/.

Step by step

4 steps. About 5 minutes.

  1. 1

    Open Continue's config

    Continue uses YAML config at ~/.continue/config.yaml (the old config.json is legacy and being phased out). Open the file in your editor.

  2. 2

    Add cleenui under mcpServers

    Note: mcpServers in Continue is an array of entries (each with a name field), not the object-keyed shape Claude Code and Cursor use. Same fields otherwise.

  3. 3

    (Alternative) Use a standalone server file

    Continue also discovers any YAML files dropped into .continue/mcpServers/. Useful if you want CleenUI scoped to a single project rather than your global config.

  4. 4

    Switch to Agent mode and run setup

    Open Continue's chat panel and switch from Chat / Edit mode to Agent mode (mode selector at the top of the chat). MCP tools are only available in agent mode.

Verify

Confirm in the MCP panel

Open Continue's chat and look at the tool inventory in agent mode. cleenui:setup, builder, and theme should be listed.

Agent mode only
MCP tools won't appear in Chat or Edit mode — switch the chat mode selector to Agent first.
Troubleshooting

If something doesn't work.

MCP tools don't show up

Switch Continue to Agent mode. Chat and Edit modes intentionally don't expose MCP tool calling.

Config changes don't apply

Run 'Continue: Reload Configuration' from the command palette. Continue caches the YAML and doesn't always hot-reload on save.

Get started

Get started with CleenUI.

Two paths to your first component. Pick the one that fits how your team builds.

Path A · Recommended

With AI agent skills

One prompt to your AI tool. The Setup skill handles dependencies, design tokens, build config, and component registration — all without leaving your editor.

Path B · Manual

With npm

The classic flow. Install the package, import the styles, drop in your first component. No agents required — same end result.