F
Warning
26/100
4 hours ago

D-Hub MCP Server

Provides a unified multi-agent coordination layer with shared memory, wiki, skills, and file management via MCP tools, enabling agents to access and collaborate on resources in a single Python process.

Warning. Serious findings were identified. Review the full report before connecting. 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

DuanZGit

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

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
🚨
Secret credentials may flow to a network call
2 flows detected: DHUB_ADMIN_KEY. We can’t prove the destination matches the brand the credential belongs to.
🔐
You'll be asked for 5 credentials: DHUB_ADMIN_KEY, DHUB_API_KEY, NEW_API_KEY, MEM0_DB_PASSWORD, DHUB_AGENT_MEMORY_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// 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.
🔐 secretDHUB_ADMIN_KEYdeploy/install.sh 会生成 ,仅供管理台和资产同步使用;运行期
configDHUB_AGENT_ID
🔐 secretDHUB_API_KEY
configDHUB_NAMESPACE
configDHUB_PROJECT
configDHUB_SYNC_STATE
configDHUB_URL
configDHUB_HOST
configDHUB_MCP_SESSION_TTL_SECONDS
configDHUB_MAX_UPLOAD_BYTES
configDHUB_LLM_MODELyour-model
configDHUB_EMBED_MODELyour-embedding-model
configDHUB_EMBED_DIMS
🔐 secretNEW_API_KEY
configDHUB_ROOT/opt/d-hub
configDHUB_PORT
configDHUB_CONNECTOR_MAX_PAYLOAD
configDHUB_CONNECTOR_MESSAGE_TTL
configDHUB_MEMORY_BACKENDS腾讯 adapter 通过显式配置启用:=agent_memory。
configDHUB_MEMORY_BACKEND
configDHUB_MEMORY_DUAL_WRITE可选双写/双读评测(/READ,默认关)。
configDHUB_MEMORY_DUAL_READ
configDHUB_MEMORY_RESULT_LIMIT
configDHUB_MEMORY_MAX_CHARS
🔐 secretMEM0_DB_PASSWORDyour-password
configMEM0_DB_HOST
configMEM0_DB_USER
configMEM0_DB_NAME
configDHUB_BACKUP_RETENTION_DAYS
configNEW_API_BASE_URL
configDHUB_UPLOADER_STATE
configDHUB_SOURCE
configMEM0_DB_PORT
configDHUB_AGENT_MEMORY_URL
🔐 secretDHUB_AGENT_MEMORY_API_KEY
configDHUB_AGENT_MEMORY_SERVICE_ID
configDHUB_AGENT_MEMORY_API_VERSION
configDHUB_AGENT_MEMORY_NAMESPACE
configDHUB_AGENT_MEMORY_RETRIES
configDHUB_AGENT_MEMORY_TEAM_ID
configDHUB_AGENT_MEMORY_USER_ID
// 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

6/6 tools missing one or more hints — dhub_memory_search (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); dhub_memory_remember (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); dhub_wiki_search (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +3 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.

License file

No license file

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

Secrets stay with their owner

2 secret/sensitive values flow into network calls (DHUB_ADMIN_KEY → dynamic, DHUB_ADMIN_KEY → dynamic)

Audit where credentials are sent. A NOTION_TOKEN should only reach api.notion.com — never a third-party host.

Secrets never reach shell commands

2 secret values passed to shell commands — possible command injection

Never pass secrets through shell commands. Use library APIs that accept credentials as arguments.

Domain consistency

npm scope @d-hub doesn't match GitHub owner duanzgit

Use the same org name across GitHub, npm, and your homepage so users can verify the publisher.

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/duanzgit-d-hub-gkdugi?variant=verified)](https://m8ven.ai/mcp/duanzgit-d-hub-gkdugi)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: c0f7d0fe22dda1f1df577101233f6d229ca8407a
code hash: 6aa3f2a1b78ca3c427aa6e5aa0c6265762735c4e5e0f775a91a9a438c374b429
verified: 8/20/2026, 3:14:20 AM
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