Skip to content
unzoi docs

Continue

A YAML block in the assistant config.

Kind MCP client
Transport Remote HTTP, declared in config.yaml.
Config ~/.continue/config.yaml, or .continue/ in a workspace

Setup

  1. Open the Continue config (config.yaml).
  2. Add the mcpServers block below.
  3. Reload the Continue extension.
  4. Use it from Agent mode.
mcpServers:
  - name: unzoi
    type: streamableHttp
    url: https://api.unzoi.com/mcp
    requestOptions:
      headers:
        x-api-key: ${{ secrets.UNZOI_KEY }}

What differs here

  • Continue supports a secrets indirection, so the config file can be committed and the key supplied separately — worth using rather than inlining.
  • MCP tools are available in Agent mode only.
  • Continue’s config format changed from JSON to YAML; a config.json example found elsewhere will not apply cleanly.

Next

Endpoint, for copying: https://api.unzoi.com/mcp