Cline
by Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
Agents
Cline
Added 17 May 2026
Overview
Cline is a popular open-source VS Code extension that turns the editor into a fully agentic coding surface. It reads files, runs terminal commands, edits across the repo, and shows every step in a side panel so you can approve or reject as it goes. BYO API key for Anthropic, OpenAI, OpenRouter, or local models via Ollama.
Best for
Best for
Engineers who want Cursor-class agent power without leaving stock VS Code
Use cases
- Run a long autonomous task inside VS Code with visible step-by-step approval
- Use any provider key without paying a per-seat editor subscription
- Drive a local model via Ollama for offline work
- Pair with MCP servers for richer tool access from inside the editor
Notes
Why it matters
Cline broke the assumption that you need a forked editor to get a serious coding agent. It runs inside stock VS Code, supports MCP, and charges nothing beyond what the model provider charges you.
How teams use it in production
Pair Cline with an OpenRouter key and you have a model-agnostic coding agent your finance team can reason about. Use approval gates aggressively while you build trust, then loosen them per repo.
What to watch
The split between hosted editors (Cursor, Windsurf) and BYO-key extensions (Cline, Continue, Roo Code) is the live question of 2026. Cline’s growth says plenty of teams want the latter.
Pros
- Pay only for tokens, no per-seat tax
- Every action is visible and approval-gated
- MCP support out of the box
- Works with local models for fully offline runs
Cons
- Approval cadence slows runs vs a fully autonomous agent
- Quality is bounded by the model key you bring
- Less polish than Cursor on indexing huge repos
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Supabase MCP Server
Supabase
Official MCP server for Supabase. Let any MCP-compatible agent query, mutate, and migrate against your project.
GitHub MCP Server
GitHub
GitHub's official MCP server. Issues, PRs, repos, search, releases, all under one MCP surface.
Filesystem MCP Server
Anthropic (reference implementation)
Reference MCP server for local filesystem access. The example everyone copies first.
Postgres MCP Server
Model Context Protocol (reference)
Reference MCP server for Postgres. Read schema, run scoped queries, give agents structured DB access without a dashboard tab.
Cursor
Anysphere
The AI-first code editor. Tab to autocomplete, Composer to multi-file refactor, Agents for the long-running stuff.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
Windsurf
Codeium
Codeium's IDE-with-an-agent. Cascade flow combines deep context with autonomous multi-file work.
GitHub Copilot
GitHub / Microsoft
The original AI pair programmer, now with Agent Mode, Workspaces, and multi-model selection.