</>MCP Agents Market
Agent

qwen-code

by QwenLM27.1kTypeScriptUpdated 2026-08-17

An open-source AI coding agent that lives in your terminal.

qwen-code is an open-source AI coding agent developed by QwenLM that operates directly in your terminal to assist with development tasks. It supports multiple AI providers including OpenAI, Anthropic, Gemini, and Qwen, offering dynamic agentic workflows with features like auto-memory, sub-agents, and MCP integration. Developers can use it interactively via terminal UI, headless mode for automation, through IDE plugins, or as a daemon service.

Key Features

Multi-protocol support for OpenAI, Anthropic, Gemini, Qwen APIs, and local models via Ollama or vLLM
Agentic capabilities including auto-memory, auto-skills, sub-agents, agent teams, and MCP protocol support
Multiple deployment modes: interactive terminal UI, headless CLI, IDE integrations (VS Code, JetBrains, Zed), and desktop app
Built-in development skills like /review, /batch, /loop, /bugfix with plan mode and LSP integration
Daemon mode via 'qwen serve' enabling shared agent sessions across multiple clients over HTTP
SDK support for TypeScript, Python, and Java to embed agent functionality in custom applications
IM bot channels for Telegram, DingTalk, WeChat, and Feishu integration
Computer use capability for desktop automation and git worktree management

Use Cases

  • 01Interactive code development and debugging within terminal sessions using natural language commands
  • 02Automated code review, batch processing, and continuous integration workflows in headless mode
  • 03Multi-model comparison via Agent Arena to evaluate different AI models on identical coding tasks
  • 04Building coding assistant bots for team collaboration platforms like Telegram or DingTalk
  • 05Embedding AI coding capabilities into custom applications through TypeScript, Python, or Java SDKs
  • 06Running shared agent sessions for team development via daemon mode with multiple concurrent clients

Related Agents

View more

qwen-code — FAQ

What is qwen-code?+

qwen-code is an open-source AI coding agent that runs in your terminal and assists with software development tasks. It supports multiple AI providers and offers agentic workflows with features like sub-agents, auto-memory, and MCP integration.

How do I install qwen-code?+

On Linux or macOS, run the installation script with curl. On Windows, use PowerShell with irm. Alternatively, install via npm (requires Node.js 22+) or Homebrew. Restart your terminal after installation.

Do I need an API key to use qwen-code?+

Yes, after installation you need to configure authentication using the /auth command to set up your AI provider and API key. The agent supports OpenAI, Anthropic, Gemini, Qwen, and local models.

Which AI clients and IDEs work with qwen-code?+

qwen-code provides official plugins for VS Code, JetBrains IDEs, and Zed editor. It also offers a standalone desktop app for macOS, Windows, and Linux, plus SDK integration for custom clients.

Is qwen-code free and open-source?+

Yes, qwen-code is fully open-source with both the framework and Qwen models available under open licenses. API costs depend on which third-party provider you configure (OpenAI, Anthropic, etc.) or you can use free local models.

Can qwen-code run in CI/CD pipelines?+

Yes, qwen-code supports headless mode via the -p flag for scripting, batch processing, and automated workflows. This makes it suitable for continuous integration and deployment pipelines without requiring a UI.

How do I install qwen-code?+

Open the source repository on GitHub and follow its README. qwen-code is a agent — MCP Agents Market links you directly to the official repo.

Is qwen-code free?+

qwen-code is an open-source project hosted on GitHub. Check the repository for its license and any usage requirements.

Related searches