C
Limited view
67/100
12 days ago

coding-os

MCP server for coding-os, a cognitive operating system that gives AI agents memory, structure, and discipline. It exposes tools for project management, task tracking, knowledge graphs, and cognition traces to Claude Code and Codex.

Limited view. Automated analysis covers part of this stack. Findings reflect what we verified. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

Limited view: static analysis for Python is partially covered.

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

kouroshez

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
177 tools verified — handlers match their declared behaviour
51 read-only tools verified — handlers contain no write/delete/exec
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.
// 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.
configCOS_ASSIGN_OVERRIDE
configCOS_OVERRIDE_REASON
configCOS_AGENT
configCOS_PANEL_DIR
configCOS_READY_DOR
configCOS_DOR_OVERRIDE
configCOS_STATE_DIR
configCOS_AGENT_SESSION_ID
configCOS_AGENT_DIR
configCLAUDE_PROJECT_DIR
configCOS_PROJECT_ROOT
configCOS_WEB_PORT
configCOS_WEB_HOST
configCOS_WEB_CORS_ALLOW_ALL
configCOS_REGISTRY_PATH
configCOS_INIT_GRAPH_TIMEOUT
configCOS_STALE_SERVER_AGE_S
configCOS_DB_PATH
configCOS_TASK_PATH_FRAGMENTS
configCOS_ROUTER_REVIEWER_CHEAPER
configCOS_DISTILL_MAX_CLUSTERS
configCOS_HOOK_BLOCK_LOG
configCOS_HOOK_LOG
configCOS_ROUTER_BANDIT
configCOS_ROUTER_COST_TILT
configCOS_USER_TEMPLATES_DIR
configCOS_USER_ADAPTERS_DIR
configCOS_USER_MODULES_DIR
configCOS_AGENT_MODEL
configANTHROPIC_MODEL
configCOS_DOCTOR_ERROR_WINDOW_HOURS
configCOS_DOCTOR_ERROR_THRESHOLD
configOTEL_EXPORTER_OTLP_ENDPOINT
configCOS_CONTEXT_BUDGET
configCOS_EXTRACTOR_PREFERENCE
configCOS_PR_SUBPROCESS_TIMEOUT
configCOS_WORKTREE_ROOT
configCOS_GIT_INTEGRATION_BRANCH
configCOS_GIT_AUTONOMY
configCOS_PANEL_ID
configCOS_PR_SETUP_TIMEOUT
configCOS_PR_LAND
configCOS_REAPED_ROOT
configCOS_USER_PRESETS_DIR
configCOS_USER_SKILLS_DIR
configCOS_STATE_DIR_NAME
configCOS_DISPATCH_EVENT_CONTENT
configCOS_SESSION_FILE
configCOS_SESSION_ID
configCOS_HUMAN_ACTOR
configCOS_CODING_OS_ROOT
configCOS_VERIFY_OVERRIDE
configCOS_WIP_OVERRIDE
configCOS_GRAPH_BACKEND
configCOS_GRAPH_RATE_CAPACITY
configCOS_GRAPH_RATE_REFILL
configCOS_LOG_FILE
configCOS_LOG_LEVEL
configCOS_LOG_DB_MIN_LEVEL
configCOS_TRACE_ID
configCOS_LOG_JSON
configCOS_LOG_FORCE_PRETTY
configNO_COLOR
configCOS_LOG_MAX_LINES
configCOS_LOG_SCOPE_WIDTH
configCOS_BACKGROUND_GRAPH_MAX_FILES
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployPORT
// quality suggestions

Tool annotations

72/177 tools have annotations

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

All four hints declared on every tool

106/177 tools missing one or more hints — cos_task_create (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); cos_task_board (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); cos_task_show (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +103 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.

Tool inputs are validated

172/177 tool handlers declare input schemas (97%)

Declare an inputSchema with zod/joi/yup on every tool definition.

Tool handlers catch errors

Only 40/177 tool handlers wrap calls in try/catch (23%)

Wrap each tool handler body in try/catch and return a structured error response.

Tool test coverage

Only 0/177 tools referenced in tests (0%)

Write tests that reference each tool by name so every tool has at least one test.

Shell command execution

13 child_process calls — runs shell commands

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

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 Score](https://m8ven.ai/badge/mcp/kouroshez-coding-os-zd6sus)](https://m8ven.ai/mcp/kouroshez-coding-os-zd6sus)
Shows your grade and updates automatically. Prefer no grade? Append ?variant=verified to the badge URL.
commit: 95744c4d03fd1922e62ea992b4557674634ae518
code hash: 51634baf5979aa742ab794c87d5548ef8328a469467e3b211a384489f15fb269
verified: 8/8/2026, 7:37: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