Odel
Universal Brute Workpack

Universal Brute Workpack

Local
@haoyun18881-beep1JavaScriptUpdated 1mo ago

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).

npmuniversal-brute-workpackv0.1.4

Run

npx -y universal-brute-workpack

MCP client config

{
  "mcpServers": {
    "universal-brute-workpack": {
      "command": "npx",
      "args": [
        "-y",
        "universal-brute-workpack"
      ]
    }
  }
}