Cherry Studio Task Board (Trojan-Seahorse/cherry-studio-task-board) is an MCP server listed on the M8ven Trust Index. It scores 73 out of 100, grade C. It declares 16 tools. No publisher has claimed this listing.

C
Caution
73/100

Cherry Studio Task Board

Provides Kanban, Gantt, list views, multi-project management, and archiving for task management via MCP protocol, enabling Cherry Studio Agent to create, update, query, and organize tasks.

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

Trojan-Seahorse

Source: Glama

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
⚠️
Known vulnerabilities in dependencies: 1 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
// tools this server exposes16 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

create_task

创建新的任务卡片。标题必填,其余选填。

list_tasks

列出任务卡片。可按状态、项目、优先级筛选,支持全文搜索(标题+描述+评论)、父任务筛选、依赖状态筛选、时间范围筛选。

update_task

更新任务字段:标题、描述、优先级、进度、日期、负责人、标签。

move_task

将任务移动到不同的状态列 (backlog / todo / in-progress / done)。移到 done 时自动设进度 100%。

delete_task

删除任务及其活动日志。返回被删除任务的最后状态。

list_projects

列出所有项目。默认不返回已归档项目。

create_project

创建新项目。

archive_project

归档项目。项目归档后所有任务变为只读,默认在列表中隐藏。可随时用 unarchive_project 恢复。

unarchive_project

取消归档,恢复项目为活跃状态。

backup_database

备份 SQLite 数据库到 backups 目录。返回备份文件路径。

add_comment

给任务添加评论/备注。

list_comments

查看任务的评论列表。

link_dependency

创建任务依赖关系。B 依赖于 A 意味着 A 完成后 B 才能开始。

list_dependencies

查询任务的依赖关系。可按任务ID或依赖类型筛选。

unlink_dependency

删除任务依赖关系。

get_task_context

获取任务完整上下文:任务详情 + 评论 + 依赖 + 子任务 + 活动日志。一次调用替代多次查询。

// known CVEs in dependencies1 high

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

high@modelcontextprotocol/sdk@1.0.0GHSA-w48q-cv73-mx4w

Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configTASK_BOARD_DB路径说明:上面以 D:\Cherry Studio\ 为例。如果你把项目放到了其他位置,把 args 和 改成实际路径。TASK_BOARD_DB 也可以不设,默认在项目上级的 data\tasks.db。
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

16/16 tools missing one or more hints — create_task (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); list_tasks (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); update_task (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +13 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Destructive tools are labelled

1 tool perform destructive updates without destructiveHint — backup_database deletes at line 124 (fs.unlinkSync(join(BACKUP_DIR, files[i].name)))

Add destructiveHint:true to any tool whose handler calls .delete(), .upsert(), .update(), unlink, rm, DELETE, DROP, REPLACE INTO, or any operation that overwrites existing data.

License file

No license file

Add a LICENSE file (MIT, Apache-2.0, etc.).

Tests exist

No test files found

Add tests that exercise each declared tool.

Production dependencies are patched

0 critical, 1 high severity in production deps — @modelcontextprotocol/sdk@1.0.0 (high)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 6 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/trojan-seahorse/cherry-studio-task-board?variant=verified)](https://m8ven.ai/mcp/trojan-seahorse/cherry-studio-task-board)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: b08715b5d3c2f664333620835232b9e850ccd8de
code hash: 239b58f9b649675b9a690b1ba383b264a9b50edabd3c527a5a417858275ad247
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client