agentic-os (redevops-io/agentic-os) is an MCP server listed on the M8ven Trust Index. It scores 74 out of 100, grade C. It declares 1 tool. No publisher has claimed this listing.

C
Emerging
74/100

agentic-os

The control plane for the redevops.io Agentic Business OS — Mission Runtime kernel (Python + Go), Projects cockpit, cost-aware LLM router, permissions plane, and reference apps. Self-hosted, open-core (AGPL-3.0).

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

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

redevops-io

Source: github_repo_search

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
🚨
Secret credentials may flow to a network call
8 flows detected: ANTHROPIC_API_KEY, WAZUH_API_PASSWORD, OPENAI_API_KEY. We can’t prove the destination matches the brand the credential belongs to.
🔐
You'll be asked for 17 credentials: ANTHROPIC_API_KEY, WAZUH_API_PASSWORD, SAMGOV_KEY, ADZUNA_APP_KEY, OPENAI_API_KEY, REFCORE_API_KEY, VANTAGE_API_TOKEN, AGENTIC_OS_TELEGRAM_TOKEN, AGENTIC_OS_SLACK_BOT_TOKEN, AGENTIC_OS_API_KEY, PERMISSIONS_ADMIN_KEY, PERMISSIONS_KEY, AGENT_GATEWAY_TOKEN, REDEVOPS_BOT_TOKEN, WHATSAPP_ACCESS_TOKEN, WHATSAPP_VERIFY_TOKEN, MEMBRANE_TEST_SECRET
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.
configBENCH_URL
configCHAT_Q
configCHAT_URL
configCHROME_PATH
configFFMPEG_PATH
configHERO_URL
configOUT
configPLANNER_URL
configPLAN_Q
configSLIDE_MS
configV1_URL
configV2_URL
configREDEVOPS_AWS_DEMO
configBIND_HOST
configBIND_PORT
configREDEVOPS_LLM_BASE_URL
configREDEVOPS_LLM_MODEL
🔐 secretANTHROPIC_API_KEY
configVULN_DB_ROLE
configVULN_DB_SCOPE
configSUPPLY_CHAIN_TARGET
configCLAMAV_HOST
configCLAMAV_PORT
configWAZUH_API_URL
configWAZUH_API_USER
🔐 secretWAZUH_API_PASSWORD
configCHAT_LLM_BASE_URL
configCHAT_LLM_MODEL
configCHAT_RATE_PER_MIN
configOUTREACH_VERTICALS
🔐 secretSAMGOV_KEY
configADZUNA_APP_ID
🔐 secretADZUNA_APP_KEY
configSOCIAL_LLM_MODEL
🔐 secretOPENAI_API_KEY
configOPENAI_BASE_URL
configEVIDENCE_PATH
🔐 secretREFCORE_API_KEY
configREFCORE_DB
configINSPECT_NAMESPACE
configCOST_MCP_URL
🔐 secretVANTAGE_API_TOKEN
configPROMETHEUS_URL
configLOKI_SELECTOR
configLOKI_URL
configGRAFANA_URL
configAWS_REGION
configCLOUDWATCH_LOG_GROUP
configKUBECONFIG
configOPERATOR_TIMEOUT
configALERT_WEBHOOK_URL
configMONITOR_ENABLED
configMODEL_ENDPOINT
🔐 secretAGENTIC_OS_TELEGRAM_TOKEN
configAGENTIC_OS_TELEGRAM_CHAT_ID
🔐 secretAGENTIC_OS_SLACK_BOT_TOKEN
configAGENTIC_OS_SLACK_CHANNEL
configAGENTIC_OS_CHANNELS
configAGENTIC_OS_GATEWAY_ALLOW
configAGENTIC_OS_GATEWAY_OPEN
configAGENTIC_OS_CONFIG
configAGENTIC_OS_HOME
configDEMO_READ_ONLY
configCOCKPIT_URL
🔐 secretAGENTIC_OS_API_KEY
🔐 secretPERMISSIONS_ADMIN_KEY
configMODULE_SERVICE_
configOBS_DATABASE_URL
configOUTCOME_STORE_PATH
🔐 secretPERMISSIONS_KEY
configPERMISSIONS_KEY_FILE
configPERMISSIONS_DIR
configPROJECTS_APPSsubset of apps via $.
configPROJECTS_BASE_URL
configPROJECTS_RAG
🔐 secretAGENT_GATEWAY_TOKEN
configPROJECTS_UI_DIR
configPROJECTS_HOST
configPROJECTS_PORT
configPROJECTS_BASE_PATH
configMODULE_NAME
configMODULE_PAIN
configMODULE_AGENTS
configPOSTIZ_BASE_URL
configWHATSAPP_PHONE_NUMBER_ID
configINTERACTION_SCENARIOS
🔐 secretREDEVOPS_BOT_TOKEN
🔐 secretWHATSAPP_ACCESS_TOKEN
🔐 secretWHATSAPP_VERIFY_TOKEN
🔐 secretMEMBRANE_TEST_SECRET
configDAGSTER_MISSION_JOB
configMISSION_EVENT_BACKEND
configMISSION_EVENT_PATH
configMISSION_EVENT_LOG
configMISSION_OPERATOR_BASES
configRDO_SECURITY_ENABLED
configRDO_RUNTIME_TENANT
configRDO_SANDBOX_ENABLED
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployPORT
deployDATABASE_URL
deployMISSION_EVENT_DSN
// 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

1/1 tools missing one or more hints — preflight_check (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.

Tool test coverage

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

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

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 3 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/redevops-io/agentic-os)](https://m8ven.ai/mcp/redevops-io/agentic-os)
Shows your grade and updates automatically. Prefer no grade? Append ?variant=verified to the badge URL.
commit: 9c7c5633069404c4896b5a6982cf55271500b666
code hash: 7e660666c93c6f072ad29fb5d87276039a713767a3a72f50229c5f786f38bbd7
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