# Continue

> Add Nodaro to Continue in VS Code or JetBrains with an mcpServers entry in config.yaml, sign in with OAuth, and use Nodaro tools from the Continue chat.

Source: https://nodaro.ai/docs/mcp/connect/continue

You connect **Continue** to Nodaro by adding the Nodaro MCP server, `https://mcp.nodaro.ai/mcp`, to the `mcpServers` list in Continue's `config.yaml`. The extension then asks you to sign in with your Nodaro account, and the Nodaro tools become available in the Continue chat, in VS Code or in a JetBrains IDE.

Continue is configured with a file, so there is no one-click link.

### Open Continue's config.yaml

Open VS Code or your JetBrains IDE with the Continue extension installed, and open Continue's `config.yaml`.

### Add the Nodaro server

Add an entry to the `mcpServers` list with the type `streamable-http` and the Nodaro URL:

```yaml
mcpServers:
  - name: Nodaro
type: streamable-http
url: https://mcp.nodaro.ai/mcp
```

### Reload and sign in

Save the file and reload the extension. Continue opens the Nodaro sign-in page in your browser. Sign in, review the permissions on the consent screen, and click **Allow**.

### Try it

Back in your editor, the Continue chat lists the Nodaro tools. Ask: "Generate an image of a knight using Nodaro."

## If the connection fails

- **Continue does not ask you to sign in.** Check that the entry is under `mcpServers`, that the type is `streamable-http`, and that the URL is exactly `https://mcp.nodaro.ai/mcp`. Then reload the extension.
- **The server is connected but lists no tools.** Some permissions were not granted. Remove the entry, reload, add it again and allow every permission.

More fixes are in [Troubleshooting](https://nodaro.ai/docs/mcp/troubleshooting).

## Frequently asked questions

### Where do I add Nodaro in Continue?

In Continue's config.yaml file, as an entry in the mcpServers list with type streamable-http and the URL https://mcp.nodaro.ai/mcp.

### Does Continue have a one-click link for Nodaro?

No. Continue is configured with a file, so you add the entry by hand and reload the extension.

### Does Nodaro work with Continue in JetBrains IDEs?

Yes. The Continue extension works in VS Code and in JetBrains IDEs, and the same config.yaml entry connects both to Nodaro.
