continue
open-source coding agent
Links
README
From the repo.
Continue
Pioneering open-source coding agent
What is Continue?
Note: The
continuedev/continuerepository is no longer actively maintained and is read-only for all users.
Continue is a coding agent available as a CLI, VS Code extension, and JetBrains plugin.
Documentation
To learn how to configure Continue, how it works, and how to customize it, check out the Continue Docs.
Final 2.0.0 Release
We polished Continue and did a final 2.0.0 release of the VS Code extension, CLI, and JetBrains plugin.
This included removing anonymous telemetry, pulling out authentication, squashing bugs, and more.
VS Code
CLI
JetBrains
Note: We recommend using the Continue CLI instead of the JetBrains plugin.
Contributors
Thank you to the entire Continue community for helping us create a pioneering coding agent.
What we built together pushed the boundaries of what AI developer tooling could be.
We hope this codebase continues to serve as a foundation for others.
Code friends
License
Apache 2.0 © 2023-2026 Continue Dev, Inc.
Collected info
- ★ 35,414 stars
- ⎇ 5,206 forks
- Language: TypeScript
- Source updated: 8/10/2026
Config for your environment
Replace {MCP_ENDPOINT_URL} with this MCP’s endpoint URL (from its repo or docs above). No API key — you connect directly.
Tool
OS
Config file: ~/.cursor/mcp.json
{
"mcpServers": {
"mcp-server": {
"url": "{MCP_ENDPOINT_URL}"
}
}
}Paste into mcpServers in the config file. Restart Cursor after saving.
If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.