Universal Brute Workpack
About
Stdio-first Agent MCP workpack for local tools, audit chains, search, memory, and pipelines.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
UBW_CONFIG UBW_PROFILES UBW_ROOTS TAVILY_API_KEY EXA_API_KEY UBW_MEMORY_URL LLM_BASE_URL LLM_API_KEY LLM_MODELClaude Code
claude mcp add --env UBW_CONFIG= --env UBW_PROFILES= --env UBW_ROOTS= --env TAVILY_API_KEY= --env EXA_API_KEY= --env UBW_MEMORY_URL= --env LLM_BASE_URL= --env LLM_API_KEY= --env LLM_MODEL= universal-brute-workpack -- npx universal-brute-workpack
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"universal-brute-workpack","command":"npx","args":["universal-brute-workpack"],"env":{"UBW_CONFIG":"","UBW_PROFILES":"","UBW_ROOTS":"","TAVILY_API_KEY":"","EXA_API_KEY":"","UBW_MEMORY_URL":"","LLM_BASE_URL":"","LLM_API_KEY":"","LLM_MODEL":""}}'
JSON
{
"mcpServers": {
"universal-brute-workpack": {
"command": "npx",
"args": [
"universal-brute-workpack"
],
"env": {
"UBW_CONFIG": "",
"UBW_PROFILES": "",
"UBW_ROOTS": "",
"TAVILY_API_KEY": "",
"EXA_API_KEY": "",
"UBW_MEMORY_URL": "",
"LLM_BASE_URL": "",
"LLM_API_KEY": "",
"LLM_MODEL": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.