qodercli-mcp (cantbeblank96/qodercli-mcp) is an MCP server listed on the M8ven Trust Index. M8ven has not graded it: we have no way to read this server ourselves. The publisher has proved control of what we score (Verified Publisher). It is connected through the M8ven GitHub App, so the listing is re-checked on every push.

B
Caution
89/100
2 hours ago

qodercli-mcp

Wraps the local Qoder CLI into an MCP server, enabling any MCP client to delegate coding tasks to a local Qoder agent with session management, sandboxed permissions, and model selection.

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

⚡ Live Monitored

Monitored 0 days · every push re-verified

Who stands behind it

163.com (@cantbeblank96) · Verified Publisher

Source: Glama

Install from

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

// key findings
⚠️
Tool descriptions don’t match what handlers do
2 tools describe read intent but their handlers mutate — list-sessions (line 139: spawn(QODERCLI_BIN, args, {); list-models (line 139: spawn(QODERCLI_BIN, args, {)
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
Are you the publisher? Confirm or correct these findings.
// 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.
configHTTPS_PROXYProxy quota support (HTTP_PROXY / injection)
configHTTP_PROXYProxy quota support ( / HTTPS_PROXY injection)
configQODERCLI_DEFAULT_PERMISSION_MODEDefault permission mode when the caller omits permission_mode/approval_policy/sandbox; set bypass_permissions for full (YOLO) access
configQODERCLI_MAX_OUTPUT_MBPer-call stdout/stderr cap in MB (OOM protection)
configQODERCLI_PATHAdd to ~/.qoder/mcp.json. Prefer the absolute path of node and set explicitly (nvm-managed binaries are often missing from the PATH seen by MCP child processes):
configQODERCLI_TIMEOUT_MSDefault timeout
// 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

3/3 tools missing one or more hints — ask-qoder (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); list-sessions (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); list-models (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint). 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.

Descriptions match behaviour

2 tools describe read intent but their handlers mutate — list-sessions (line 139: spawn(QODERCLI_BIN, args, {); list-models (line 139: spawn(QODERCLI_BIN, args, {)

Rename the tool, rewrite the description, or move the side-effect into a separate clearly-named tool.

// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/cantbeblank96-qodercli-mcp-1ap3ev?variant=verified)](https://m8ven.ai/mcp/cantbeblank96-qodercli-mcp-1ap3ev)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: c38fccf9bf857babe8601c77feca4966ef6477cc
code hash: 4cc1593b3f3c284c446daea0c721f6fa6a6e1cd5319d00b88a88763efb13f8e0
verified: 8/31/2026, 12:01:30 PM
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