mcpbeat Sign in

Universal Brute Workpack MCP Server

by haoyun18881-beep Your server? Claim it
local only

Universal Brute Workpack runs on your own machine — the client starts it, so there is no endpoint to ping.

Stdio-first Agent MCP workpack for local tools, audit chains, search, memory, and pipelines.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 205 · avg 26 · -73% w/w
a month agotoday
Installs / week
npm · universal-brute-workpack
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add universal-brute-workpack -- npx -y universal-brute-workpack
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "universal-brute-workpack": {
      "args": [
        "-y",
        "universal-brute-workpack"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.universal-brute-workpack]
command = "npx"
args = ["-y", "universal-brute-workpack"]
.cursor/mcp.json
{
  "mcpServers": {
    "universal-brute-workpack": {
      "args": [
        "-y",
        "universal-brute-workpack"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "universal-brute-workpack": {
      "args": [
        "-y",
        "universal-brute-workpack"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: UBW_CONFIG (Optional path to a custom Universal Brute Workpack config JSON.), UBW_PROFILES (Optional path to a custom profile and deny-list JSON.), UBW_ROOTS (Optional semicolon-separated filesystem roots for local file tools.), TAVILY_API_KEY (Optional Tavily key for search.web before fallback providers.), EXA_API_KEY (Optional Exa key for search.web before fallback providers.), UBW_MEMORY_URL (Optional memory or vector service endpoint for memory.search.), LLM_BASE_URL (Optional OpenAI-compatible base URL for Agent tasks.), LLM_API_KEY (Optional model API key for Agent tasks.), LLM_MODEL (Optional model name for Agent tasks.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Universal Brute Workpack

same job, measured the same way
SAME - Stateless Agent Memory Engine
by sgx-labs

Persistent memory for AI coding agents. Local-first SQLite + vector search. 17 MCP tools.

43 installs/wk local only
Memory Engine MCP
by simoneb79

Local-first graph memory for AI assistants with SQLite, semantic search, and MCP tools.

local only
AI Context Flow
by plurality

Universal memory for AI agents and tools. Save, organize and search context anywhere.

answering
OMEGA Memory
by omega-memory

Persistent memory, coordination, and learning for AI agents. Local-first, 25 MCP tools.

1 167 installs/wk local only
Link
by gowtham0992

Local personal memory for agents as MCP tools — remember, recall, search, context, graph traversal.

231 installs/wk local only
Neurakeep
by dominiclachance

Local-first, source-cited memory for AI agents with proposal review, failure memory, and MCP tools.

26 installs/wk local only
Agentos
by officialtanishsharma

Local-first persistent memory MCP server for AI coding agents.

local only
Novyx MCP
by novyxlabs

Persistent memory for AI agents with rollback, audit trails, and semantic search.

373 installs/wk local only

Universal Brute Workpack — questions

Answers built from our own checks of this server.

Why is there no uptime for Universal Brute Workpack?
Universal Brute Workpack runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package universal-brute-workpack.
Is Universal Brute Workpack still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Universal Brute Workpack?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls universal-brute-workpack straight from npm; nothing to host, nothing to sign up for.