> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zenable.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Cline

## Quick Install

```bash theme={null}
zenable install cline
```

<Note>See the [CLI command reference](/integrations/zenable/commands#install) for more options.</Note>

**That's it! You're all set.** Restart VS Code and start using Zenable's conformance checking in Cline.

***

<Accordion title="Advanced: Manual Configuration" icon="wrench">
  <Note>The below is a minimal example which may need to be merged with your existing configuration. Consider using the quick install command to handle this automatically.</Note>

  Add the following MCP server configuration to your Cline settings:

  ```json theme={null}
  {
    "mcpServers": {
      "zenable": {
        "type": "streamable-http",
        "url": "https://mcp.zenable.app/"
      }
    }
  }
  ```

  <Warning>We only recommend this manual approach if you can't use `zenable install`. Otherwise, `zenable install` is much safer and can handle configuration upgrades over time, handles merges with existing configs, performs backups and logging in case of issues, and more.</Warning>
</Accordion>

### Hook Configuration

Cline natively supports hooks. When installed via `zenable install cline`, hooks are automatically configured for conformance checking after file edits.
