Enhanced MCP Server (Jacobcdsmith/MCP-Commander-Console) is an MCP server listed on the M8ven Trust Index. It scores 89 out of 100, grade B. It declares 13 tools. 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
Emerging
89/100
6 days ago

Enhanced MCP Server

A comprehensive MCP server with dual interfaces (stdio and web dashboard) that provides developer tools for Git operations and code search, system operations for command execution and monitoring, and data processing capabilities.

Emerging. No concerning findings. Grades remain capped until the project builds reputation through adoption. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Sandbox Verified⚡ Live Monitored

Monitored 13 days · every push re-verified

Who stands behind it

gmail.com (@Jacobcdsmith) · Verified Publisher

Source: Glama

Maintenance & responsiveness
as of 2026-09-09
Issues closed (90d): 0 · 1 open
Releases (90d): none
Contributor retention: 0/1 stayed · 4 active

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: OPENROUTER_API_KEY. We can’t prove the destination matches the brand the credential belongs to.
🔐
You'll be asked for 6 credentials: AI_INTEGRATIONS_ANTHROPIC_API_KEY, ANTHROPIC_API_KEY, CUSTOM_AI_API_KEY, OLLAMA_API_KEY, OPENAI_API_KEY, OPENROUTER_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
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.
🔐 secretAI_INTEGRATIONS_ANTHROPIC_API_KEY
configAI_INTEGRATIONS_ANTHROPIC_BASE_URL
configANALYTICS_URL
🔐 secretANTHROPIC_API_KEY
🔐 secretCUSTOM_AI_API_KEY
configCUSTOM_AI_BASE_URL
configCUSTOM_AI_MODEL
🔐 secretOLLAMA_API_KEY
configOLLAMA_BASE_URL
configOLLAMA_ENABLED
🔐 secretOPENAI_API_KEY
configOPENAI_BASE_URL
🔐 secretOPENROUTER_API_KEY
configOPENROUTER_BASE_URL
configPROMETHEUS_ENABLED
configTRIAGE_MODEL
configTRIAGE_PROVIDER
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployPORT
// 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

13/13 tools missing one or more hints — git_status (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); git_log (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); git_diff (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +10 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.

Tests exist

No test files found

Add tests that exercise each declared tool.

Shell command execution

2 calls in production code run through a shell (server.js:141, server.js:154)

Prefer library functions over shell-outs. If you must shell out, ensure all inputs are properly escaped.

// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/jacobcdsmith/mcp-commander-console)](https://m8ven.ai/mcp/jacobcdsmith/mcp-commander-console)
Shows your grade and updates automatically. Prefer no grade? Append ?variant=verified to the badge URL.
commit: 3486d1697202f5576af0f35ca5f3dd6a372aafad
code hash: d02d3bbc3671dbd10947f9ea3e8a74ec81a77aa5c1173ac4cc3dd8df44eb99ed
verified: 9/4/2026, 1:40:28 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