Freya MCP Server (mrcodex-dev/freya-mcp-server) is an MCP server listed on the M8ven Trust Index. It scores 74 out of 100, grade C. It declares 180 tools. No publisher has claimed this listing.

C
Caution
74/100

Freya MCP Server

A powerful filesystem MCP server for AI agents with extensive system access, including filesystem operations, shell execution, Windows tools, reverse engineering, code intelligence, and agent orchestration.

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

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

mrcodex-dev

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

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
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.
🔐
You'll be asked for 1 credential: NGROK_TOKEN
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.
configACTIVITY_HISTORY_SIZE
configAGENT_HEARTBEAT_MS
configAGENT_LEASE_MS
configALLOWED_DANGEROUS_OPS
configALLOWED_ROOT"": "C:\\Projects",
configALLOW_DANGEROUS_OPS
configBACKUP_KEEP
configBATCH_CONCURRENCY
configBATCH_MAX_BYTES
configBATCH_MAX_FILES
configBROWSER_PATH
configBROWSER_STRESS_AGENTS
configBROWSER_STRESS_ROUNDS
configCACHE_TTL_MS
configENABLE_DEFENDER_CONTROL
configENABLE_ETW
configENABLE_FRIDA
configENABLE_HOOK_DETECTION
configENABLE_MEMORY_SCANNING
configENABLE_PATTERN_SCANNING
configENABLE_PROCESS_INJECTION
configENABLE_PROJECT_MEMORY
configENABLE_REGISTRY
configENABLE_RIPGREP
configENABLE_SERVICES
configENABLE_SHELL_PERSISTENCE
configENABLE_SUB_AGENTS
configFILE_CACHE_BYTES
configFILE_CACHE_SIZE
configFREYA_ARTIFACT_DIR
configFREYA_DB_PATH
configFREYA_JOB_LOG_DIR
configFREYA_MCP_URL
configFREYA_SHELL_PROFILE
configFREYA_STRICT
configFREYA_TOOL_PROFILE"": "full"
configFREYA_WORKSPACE_SETTINGS_PATH
configHOST
configLOG_BACKUP_KEEP
configLOG_FILE
configLOG_LEVEL
configLOG_MAX_BYTES
configMAX_CONCURRENT_OPS
configMAX_JSON_BODY
configMCP_MODE
configMCP_SESSION_TTL_MS
configMCP_TOOL_WAIT_SLICE_MS
configMSBUILD_PATH
configNATIVE_SCAN_TIMEOUT
configNGROK_DOMAIN
🔐 secretNGROK_TOKEN
configPROJECT_CONTEXT_MAX_CHARS
configSHELL_MAX_BUFFER
configSHELL_TIMEOUT_MS
configSKILL_COMPACT_MAX_CHARS
configSKILL_MAX_BYTES
configSTRESS_AGENTS
configSTRESS_CALLS
configSTRESS_CONCURRENCY
configTASK_MAX_OUTPUT
configTASK_TIMEOUT
configTRANSACTION_MAX_BYTES
configTRANSACTION_MAX_FILES
configVALIDATION_MAX_OUTPUT
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

180/180 tools missing one or more hints — read_file (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); write_file (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); delete_file (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +177 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.

Destructive tools are labelled

1 tool perform destructive updates without destructiveHint — delete_file deletes at line 499 (fsp.rm(abs, { recursive: true, force: true }))

Add destructiveHint:true to any tool whose handler calls .delete(), .upsert(), .update(), unlink, rm, DELETE, DROP, REPLACE INTO, or any operation that overwrites existing data.

Tool inputs are validated

96/112 tool handlers declare input schemas (86%)

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

Tool handlers catch errors

Only 10/112 tool handlers wrap calls in try/catch (9%)

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

Tool test coverage

Only 8/180 tools referenced in tests (4%)

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

Shell command execution

4 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 7 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 Verified](https://m8ven.ai/badge/mcp/mrcodex-dev/freya-mcp-server?variant=verified)](https://m8ven.ai/mcp/mrcodex-dev/freya-mcp-server)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: ba1a0c9ce183439a6e094bd751c5f50565e4eda3
code hash: e593ec0b678dc9572b8c332670ebd453497bcecc0c110efd8a3fda2c6b2b2882
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