Cline

Cline

By Cline

Autonomous coding agent inside VS Code — plans, edits files, runs commands, and supports MCP tools.

v4.0.102026-07-20TypeScriptApache-2.0
65.0k Completely free Open source

Doc version 1.0 · Updated

Overview

Cline (formerly Claude Dev) is a VS Code extension that turns the editor into an agentic workspace.
It proposes a plan, then — with your approval at each step — creates and edits files, runs terminal commands, and can use external tools via the Model Context Protocol (MCP).
You bring your own API key.

flowchart LR
  task[task] --> plan[Cline: plan]
  plan -->|approve each step| act[edit files / run commands]
  act -->|MCP| tools[external tools]
  act --> done[done]

The Code samples tab shows installing it and configuring an MCP server — pick from the selector to compare.

When to use it

Pick Cline when you want an autonomous agent inside your editor with human-in-the-loop approvals and MCP tool access, rather than a separate app or CI-style runner.