AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Deepseek Claude Code Starter

mcp-yuhaolin2005-deepseek-claude-code-starter · by YuhaoLin2005

DeepSeek V4 inside Claude Code — the scaffold that started my AI systems work. 9 agents, security hooks, MIT. 2 stars.

No reviews yet
0 installs
21 views
0.0% view→install

Install

$ agentstack add mcp-yuhaolin2005-deepseek-claude-code-starter

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-yuhaolin2005-deepseek-claude-code-starter)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Deepseek Claude Code Starter? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

deepseek-claude-code-starter

Claude Code + DeepSeek 组合的脚本和配置集——让 DeepSeek 在 Claude Code 中发挥出接近原生的体验。

核心优化

  • 🧠 模型分流:主 Agent 用 Pro 做深度推理,子 Agent 用 Flash 处理读文件/搜索/测试等杂活。
  • 🦥 YAGNI 懒人法则:6级决策阶梯——标准库能做的不用写、一行搞定的不用写五十行。
  • 📦 一键部署./init.sh 自动检测环境、交互式选择组件、符号链接到 ~/.claude/
  • 🔄 自动备份:每次修改前备份文件(保留最近 5 份)+ 会话启动自动 git commit。
  • 🛡️ 安全阻断:PreToolUse hook 自动拦截敏感文件访问和危险命令。
  • 🔍 搜索补强:DuckDuckGo MCP 补足 DeepSeek 训练数据时效。
  • 👁️ 本地 OCR:RapidOCR 离线识别截图(ONNX,GPU可选),让 DeepSeek 能"看懂"图片。
  • 📊 状态行:显示上下文压缩次数,压缩 5+ 次提醒新开会话。
  • 🎨 自动格式化:Edit/Write 后自动 prettier 格式化前端文件(可选)。

目录结构

.claude/
├── agents/       # 自定义 Agent(代码审查、安全、TDD 等)
├── rules/        # 规则文件(代码质量、安全、测试、YAGNI 等)
├── scripts/      # 脚本(安全阻断、自动格式化、OCR、状态行、备份等)
├── skills/       # 自定义技能
└── commands/     # 斜杠命令
init.sh           # 一键初始化
update.sh         # 一键更新

依赖

  • DeepSeek API Key
  • RapidOCR(pip install rapidocr-onnxruntime onnxruntime-gpu,本地 OCR)
  • Git(自动备份依赖)
  • DuckDuckGo MCP server(搜索功能)

安装

git clone https://github.com/YuhaoLin2005/deepseek-claude-code-starter.git
cd deepseek-claude-code-starter
./init.sh

已知局限

  • OCR 速度取决于本地硬件
  • 主要在 Windows 上验证,Mac/Linux 需自行调整路径
  • 需自行配置 API Key 和 base URL

相关项目

  • compact-counter-concept — 压缩次数监控,上下文压缩非线性效应研究
  • gategrow/checkgrow — AI 质量框架总览(交付门+对抗审查+格式一致)
  • imprint — 文件系统身份持续协议,AI agent 跨 session 记忆

参考与致谢

  • YAGNI 决策阶梯融合自 ponytail(MIT)
  • OCR: RapidOCR(Apache 2.0)
  • 完整致谢见 [ATTRIBUTIONS.md](ATTRIBUTIONS.md)

License

MIT

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.