Install
$ agentstack add mcp-agions-taskflow-ai ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →About
🚀 TaskFlow AI
精品 MCP Server · 为编辑器提供强大工具能力
[](https://www.npmjs.com/package/taskflow-ai) [](https://www.npmjs.com/package/taskflow-ai) [](LICENSE) [](https://github.com/Agions/taskflow-ai/actions) [](https://codecov.io/gh/Agions/taskflow-ai) [](https://github.com/Agions/taskflow-ai/stargazers)
> 📦 最新版本: v5.0.0 — 专注 MCP Server · 极简架构 · 企业级安全 · 2026-04-30
> 🚨 架构升级: 移除 Agent 系统,专注成为精品 MCP Server,代码减少 40%+
专为 AI 编辑器打造的 MCP Server · Claude / Cursor / Windsurf 的最佳选择
✨ 核心特性 | 🚀 快速开始 | 🔧 MCP 工具 | 📚 在线文档 | 🐛 问题反馈
🎯 什么是 TaskFlow AI?
TaskFlow AI 是一款精品 MCP (Model Context Protocol) Server,专为 AI 编辑器设计。提供 40+ 内置工具,覆盖文件系统、HTTP 请求、数据库、Git 操作等常见场景。
v5.0.0 架构亮点
| 指标 | v4.x | v5.0.0 | 改进 | |------|--------|--------|------| | 代码行数 | ~25k | ~14k | ↓ 44% | | 架构复杂度 | 高 (Multi-Agent) | 低 (MCP Only) | ↓ 40% | | 安全漏洞 | 6 P0 | 0 | ✅ 100% | | 启动速度 | ~2s | ** MCP):
{
"mcpServers": {
"taskflow": {
"command": "taskflow",
"args": ["mcp", "start"]
}
}
}
🧰 MCP 工具列表
文件系统 (8)
fs_read- 读取文件fs_write- 写入文件fs_append- 追加内容fs_delete- 删除文件fs_list- 列出目录fs_search- 搜索文件fs_copy- 复制文件fs_move- 移动文件
HTTP 请求 (7)
http_get- GET 请求http_post- POST 请求http_put- PUT 请求http_delete- DELETE 请求http_download- 下载文件http_head- HEAD 请求http_options- OPTIONS 请求
数据库 (5)
db_query- 执行查询db_init- 初始化数据库db_schema- 获取 Schemadb_tables- 列出表db_backup- 备份
Shell 命令 (3)
shell_exec- 执行命令shell_exec_async- 异步执行shell_test- 测试命令
Git 操作 (8)
git_status- Git 状态git_log- 提交历史git_commit- 提交git_push- 推送git_pull- 拉取git_branch- 分支管理git_checkout- 切换分支git_diff- 查看差异
记忆管理 (4)
memory_set- 设置记忆memory_get- 获取记忆memory_clear- 清除记忆memory_list- 列出记忆
代码执行 (3)
code_execute- 执行代码code_eval_js- 评估 JScode_eval_python- 评估 Python
总计: 38 个工具
🏗️ 架构设计
┌─────────────────────────────────────────────────────────────────┐
│ AI 编辑器层 │
│ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐ │
│ │ Claude │ │ Cursor │ │ Windsurf │ │
│ │ Desktop │ │ │ │ │ │
│ └──────┬──────┘ └──────┬──────┘ └──────┬──────┘ │
└─────────┼────────────────┼────────────────┼────────────────────┘
│ │ │
│ MCP Protocol (JSON-RPC) │
└────────────────┼────────────────┘
│
┌──────────────────────────▼─────────────────────────────────────┐
│ TaskFlow AI MCP Server │
│ │
│ ┌─────────────────────────────────────────────────────────┐ │
│ │ 安全层 (Security) │ │
│ │ 命令白名单 · SSRF 防护 · 路径遍历防护 · 审计日志 │ │
│ └─────────────────────────────────────────────────────────┘ │
│ ↓ │
│ ┌─────────────────────────────────────────────────────────┐ │
│ │ 工具层 (Tools) │ │
│ │ 文件系统 · HTTP · 数据库 · Shell · Git · 记忆 · 代码 │ │
│ └─────────────────────────────────────────────────────────┘ │
│ ↓ │
│ ┌─────────────────────────────────────────────────────────┐ │
│ │ 协议层 (MCP Protocol) │ │
│ │ Tools · Resources · Prompts · Events │ │
│ └─────────────────────────────────────────────────────────┘ │
└──────────────────────────────────────────────────────────────────┘
核心优势
- 极简架构 - 移除 Agent 系统,专注 MCP Server
- 企业级安全 - 多层防御,生产就绪
- 高性能 -
⭐ 如果这个项目对你有帮助,请给一个 Star!⭐
Made with ❤️ by Agions
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Agions
- Source: Agions/taskflow-ai
- License: MIT
- Homepage: https://agions.github.io/taskflow-ai/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.