MCP Directory
Back

carboncode

by Yapie0 · TypeScript · ★ 149

Carbon Code 是一款类似 Claude Code 的代码开发工具,也是中国第一个基于 DeepSeek 的代码开发工具,Token 成本节省 90% 以上。它可以实现自动任务拆分、自动开发、MCP 测试,以及与 Claude、Codex 等多 Agent 协作,能力接近 Claude Sonnet 4.6

#ai-agent#carboncode#cli#coding-agent#deepseek#deepseek-v4#developer-tools#m-c-p#mcp#terminal-ai#tui#typescript

Install

npx -y github:Yapie0/carboncode

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "carboncode": {
      "command": "npx",
      "args": [
        "-y",
        "github:Yapie0/carboncode"
      ]
    }
  }
}

From the README

Carbon Code 是一款类似 Claude Code 的代码开发工具,也是中国第一个基于 DeepSeek 的代码开发工具,Token 成本节省 90% 以上。它可以实现自动任务拆分、自动开发、MCP 测试,以及与 Claude、Codex 等多 Agent 协作,能力接近 Claude Sonnet 4.6。 在项目目录中启动后,它会读取并搜索你的代码、提出修改方案并以 diff 展示、在运行 shell 命令前征求你的确认、按需运行测试验证,并为每次会话留下简洁的记录。 English: [README.en.md](README.en.md) 要求 Node.js 22 或更新版本。 Windows PowerShell 运行 命令时,如果提示 被禁止执行,请改用 ,例如: 短命令: 不全局安装也可以临时运行: | 命令 | 用途 | | --- | --- | | | 在当前项目目录启动编码智能体(等同 )。 | | | 在指定目录 启动编码智能体;省略 即为当前目录。 | | | 不带文件系统和 shell 工具的纯聊天。 | | | 非交互式执行一次任务。 | | | 分析项目并生成 项目指南。 | | | 本地环境健康检查。 | | | 检查并安装最新 CLI 包。 | Carbon Code 也安装 。默认不会安装 ,因…
Read full README on GitHub →

Related ai & ml servers