Continue
Open-source VS Code / JetBrains extension for custom AI assistants. Supports MCP servers, local models, and agent-mode workflows.
Delv Safety Grade: B
Score 74/100 · assessed 2026-04-19
Continue is an open-source IDE extension from a small but active startup team. The project has strong transparency with excellent documentation and active development, distributed through official VS Code and JetBrains marketplaces with reasonable supply chain practices. However, as an MCP client host, it inherits the full permission scope of any MCP server you connect to it. The extension itself requires filesystem access to your workspace and can execute code through connected MCP servers. The maintainer is a small commercial entity (Continue Dev) rather than a major vendor, which affects the bus factor. No security incidents are known. The MCP implementation is partial (tools and resources only, no prompts or sampling yet), which actually limits attack surface. Configuration through YAML or UI is more user-friendly than raw JSON but still requires understanding what permissions each MCP server requests.
Green flags
- Open source with active development and 13k+ GitHub stars
- Distributed via official VS Code and JetBrains marketplaces
- Excellent documentation including MCP-specific guides
- UI-based configuration reduces manual YAML editing errors
- No known security incidents or CVEs
Red flags
- Inherits full permissions of any connected MCP server without sandboxing
- Small startup maintainer with limited bus factor compared to major vendors
- Partial MCP implementation may lead to compatibility issues with some servers
- Agent-mode workflows can execute arbitrary code through MCP tool calls
Permissions requested
MCP capabilities
- Tools
- Resources
- Prompts
- Sampling
Platforms
Config location
~/.continue/config.yaml or the Continue UI
Review
Best MCP client for developers who want AI assistance embedded in their IDE with full control over models and servers. Skip it if you prefer a polished chat-first experience or don't want to manage YAML config files.
Good at
- Native IDE integration means no context-switching to external chat apps
- Supports local models, custom endpoints, and multiple providers alongside MCP
- Agent mode enables multi-step workflows with tool calls
- Open-source with active development and community
- Config via UI or YAML gives flexibility for power users
Watch out
- No support for MCP prompts or sampling capabilities yet
- Chat panel feels cramped for longer conversations
- Performance degrades with multiple MCP servers running
- Config changes require full IDE restart
- Error messages from MCP servers aren't always surfaced clearly