Stdio-first Agent MCP workpack for local tools, audit chains, search, memory, and pipelines.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y universal-brute-workpack
MCP client config
{
"mcpServers": {
"universal-brute-workpack": {
"command": "npx",
"args": [
"-y",
"universal-brute-workpack"
]
}
}
}