43
/ 100
1 month ago
glama

universal-brute-workpack

Turns an Agent client into a local-first workbench with tools for files, grep, patching, commands, web search fallback, memory recall, and model-backed agent tasks.

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.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// 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 2 credentials: LLM_API_KEY, OPENAI_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
🔐 secretLLM_API_KEYempty Optional model API key.
configLLM_BASE_URLempty Optional OpenAI-compatible base URL for Agent tasks.
configLLM_MODELprovider default Optional model name.
🔐 secretOPENAI_API_KEY
configOPENAI_BASE_URL
configOPENAI_MODEL
configUBW_AGENT_CONCURRENCY20 Concurrent Agent tasks inside pipeline.
configUBW_AGENT_MAX_PIPELINE_TASKS100 Pipeline task cap.
configUBW_AGENT_STAGGER_MS0 Delay between pipeline tasks.
configUBW_AGENT_TASK_HISTORY_LIMIT1000 Managed sidecar task record cap.
configUBW_AGENT_TASK_TIMEOUT_MS300000 Agent task timeout.
configUBW_AGENT_TEMPERATURE
configUBW_CONFIGpackage example config Path to a custom main config JSON.
configUBW_MEMORY_MAX_FILE_BYTES
configUBW_MEMORY_MAX_LOCAL_FILES
configUBW_MEMORY_TIMEOUT_MS
configUBW_MEMORY_URLempty Optional external memory/vector service endpoint.
configUBW_PROFILEadmin Active profile.
configUBW_PROFILESpackage example profiles Path to a custom profile/deny JSON.
configUBW_ROOTSAllowed filesystem roots, separated by ;.
configUBW_SIDECAR_MODEmanaged managed, inprocess, or external.
configUBW_SIDECAR_PORT0 Managed sidecar port; 0 means auto-pick.
configUBW_SIDECAR_STARTUP_TIMEOUT_MS
configUBW_SIDECAR_URLempty External sidecar URL when using external mode.
configUBW_TRANSPORT
configUBW_WORKER_MAX_FILE_BYTES2000000 Per-file worker scan cap.
configUBW_WORKER_MIN_PARALLEL_FILES1 Minimum candidate files before parallel grep.
configUBW_WORKER_POOL_ENABLED1 Enable CPU worker pool for local bulk work.
configUBW_WORKER_POOL_SIZECPU-parallel fs.grep through a local worker pool. By default it uses available machine parallelism; set only when you want to limit it.
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 2 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/haoyun18881-beep-universal-brute-workpack-1mlb7i)](https://m8ven.ai/mcp/haoyun18881-beep-universal-brute-workpack-1mlb7i)
commit: 9c2a8027de9ae404a07526bdfae334d1f9a91bbb
code hash: 38e79cf7ca4d24f84c7a598db7c773dd14f1cc6ef4c465a475bcde717789a518
verified: 6/29/2026, 11:22:00 AM
view raw JSON →