FreeAI_AI_Inference_Workstation (ProjectZeroDays/FreeAI_AI_Inference_Workstation) is an MCP server listed on the M8ven Trust Index. It scores 74 out of 100, grade C. It declares 18 tools. No publisher has claimed this listing.

C
Emerging
74/100

FreeAI_AI_Inference_Workstation

FreeAI: Unified AI Inference Workstation — local LLMs, autonomous agents, full SDLC automation, security tools, and multi-provider routing. One self-hosted stack.

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

ProjectZeroDays

Source: github_code

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: AGENT_API_KEY, SALAD_API_KEY, SHODAN_API_KEY. We can’t prove the destination matches the brand the credential belongs to.
🔐
You'll be asked for 12 credentials: MCP_API_KEY, AUTONOMOUS_API_KEY, AGENT_API_KEY, ROUTER_API_KEY, AUTH_JWT_SECRET, DASHBOARD_AUTH_TOKEN, FLASK_SECRET_KEY, SALAD_API_KEY, AIKIDO_API_KEY, SHODAN_API_KEY, SECRETS_MASTER_KEY, QDRANT_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.
configFREEAI_AGENT_HINT
configROUTER_URL
configAGENT_API
configWORKFLOW_API
configAUTO_API
🔐 secretMCP_API_KEY
🔐 secretAUTONOMOUS_API_KEY
🔐 secretAGENT_API_KEY
configMCP_PORT
configMCP_CATALOG_PORT
configPOWERSHELL
configCOMPUTERNAME
configHOSTNAME
configTERMINAL_WS_PORT
configTERMINAL_WS_HOST
configAUTONOMOUS_API
configDASH_API
configPROXY_PORT
configMEMORY_PORT
configAGENTS_PORT
configREGISTRY_PORT
configRAG_PORT
configBRAIN_PORT
configSKILL_PORT
configDASHBOARD_PORT
configMEMORY_SESSION_TTL
configMEMORY_MAX_TURNS
configMEMORY_SUMMARIZE_AFTER
🔐 secretROUTER_API_KEY
🔐 secretAUTH_JWT_SECRET
configREDTEAM_MODEL
configBLUETEAM_MODEL
configPURPLETEAM_MODEL
configQUANTUM_AGENT_API_URL
configAUTOMATION_PORT
configPROXY_URL
configBUILDER_PORT
configCAMPAIGN_PORT
configCODEBUILDER_PORT
configGODMODE_PORT
configPIPELINE_PORT
configAGENT_TOOLKIT_SKILLS
configREDTEAM_PROFILE
configOPTIMIZER_INTERVAL_S
configGPU_ID
configOPTIMIZER_COOLDOWN_S
configAGENT_PROFILE
configENABLE_SHELL_TOOLS
configSHELL_TIMEOUT_S
configMAX_FIX_ROUNDS
configHITL_ENABLED
configHITL_APPROVAL_TIMEOUT_S
configAUTONOMOUS_PORT
configAGENT_OPERATOR
configHITL_PORT
configMAX_FILE_BYTES
configBROWSER_PORT
configGHIDRA_HOME
configFRIDA_DIR
configJAVA_HOME
🔐 secretDASHBOARD_AUTH_TOKEN
🔐 secretFLASK_SECRET_KEY
🔐 secretSALAD_API_KEY
🔐 secretAIKIDO_API_KEY
configAIKIDO_APP_ID
🔐 secretSHODAN_API_KEY
configLOKI_URL
configUPLOAD_DIR
🔐 secretSECRETS_MASTER_KEY
configSECRETS_SALT
configFREEAI_SERVICE
configUSE_REVIEWER_LLM
configQDRANT_URL
configMEMORY_MAX_SESSIONS
configMOCK_LLMMOCK_LLM=1 python3 router/router.py
🔐 secretQDRANT_API_KEY
configRAG_SIDECAR_PORT
configBENCHMARK_MAX_TOKENS
configBENCHMARK_TIMEOUT_S
configBENCHMARK_COLD_RUNS
configBENCHMARK_WARM_RUNS
configCUDA_GRAPH_ENABLED
configCUDA_GRAPH_DYNAMIC_SEQ
configCUDA_GRAPH_CAPTURE_TIMEOUT_S
configKV_CACHE_QUANT_BITS
configKV_CACHE_QUANT_ENABLED
configKV_CACHE_QUANT_THRESHOLD
configSPECULATIVE_DECODING_ENABLED
configSPECULATIVE_DRAFT_MODEL
configSPECULATIVE_ACCEPT_THRESHOLD
configSPECULATIVE_MAX_DRAFT_TOKENS
configGPU_MONITOR_INTERVAL_S
configGPU_PERF_METRICS_ENABLED
configGPU_PERF_CONFIG
configLB_ALGO
configLB_FAILURE_THRESHOLD
configLB_RECOVERY_TIMEOUT
configLB_HEALTH_CHECK_INTERVAL
configLLAMA_BASE
configLLAMA2_BASE
configFREETOKEN_BASE_URL
configROUTER_PORT
configWS_PORT
configFREEAI_AUTONOMOUS_SETUP
configFREEAI_HOST
configCATALOG_PORT
// 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

18/18 tools missing one or more hints — browser_open (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); browser_close (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); browser_click (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +15 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 handlers catch errors

Only 0/18 tool handlers wrap calls in try/catch (0%)

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

Tool test coverage

Only 4/18 tools referenced in tests (22%)

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 4 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/projectzerodays/freeai_ai_inference_workstation)](https://m8ven.ai/mcp/projectzerodays/freeai_ai_inference_workstation)
Shows your grade and updates automatically. Prefer no grade? Append ?variant=verified to the badge URL.
commit: 2db4d22600e00c78de783c0a895232d30d8b3611
code hash: c38b0952d728ebab694b0ebe0f9d0c583da0775b22753872fe1e23f9b0c149d8
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