Skip to main content
Glama
Warexpor
by Warexpor

Wrath V2 — Grok Build control plane

GPLv3. Cold drive, profiles (incl. yolo), modular policy, lifecycle journal, privacy/fleet, /wrath-* + MCP.

Not a second agent runtime. Heuristic guards — not a full sandbox (SECURITY.md).

Install

git clone https://github.com/Warexpor/wrath-addon.git
cd wrath-addon
.\install.ps1
.\install.ps1 -Rules   # optional ~/.grok/rules

Or: grok plugin install . --trust then reload plugins.

install.ps1 reinstalls and patches MCP to an absolute launcher path.

Requires Python 3.10+ and the src/wrath package (ships with the plugin).

Related MCP server: nodus-mcp-server

What you get (V2)

Piece

Effect

SessionStart

Status line + drive pack + MCP self-heal

PreToolUse

Modular policy (nested shell depth 3, privacy, spawn mode pin, footguns)

Full lifecycle

PermissionDenied, SubagentStart/Stop, Compact, SessionEnd, StopFailure

Profiles

default · thin · strict · privacy · fleet · max · yolo

Journal schema 2

rule_id denials, subagents, harness denials

MCP

status, last_deny, policy_check (any tool), set_profile/privacy, session_report

Profiles

Profile

Modes

default

Baseline guards, privacy upload warn

thin

Lighter privacy

strict

Strict denials + spawn mode warn

privacy

Strict + privacy upload deny

fleet

orchestrate + il + spawn mode warn

max

All of the above hard

yolo

Soft guards (anti-max): force-push / reset --hard / pipe / bulk upload allowed; catastrophic fs + project deny still blocked

# .wrath.toml
version = 2
profile = "default"

[policy]
nested_shell_depth = 3
budget_tools = 80
reread_warn = 3
privacy_upload = "warn"   # off | warn | deny
require_spawn_model = "off"
deny = ["\\bnuke-prod\\b"]

[modes]
strict = false

Walks up from cwd / GROK_PROJECT_DIR. v1 configs still load.

Overrides

Env

Effect

WRATH_ALLOW_FORCE=1

Allow force-push main/master

WRATH_ALLOW_HARD=1

Allow git reset --hard

WRATH_ALLOW_CLEAN=1

Allow git clean -f[dx]

WRATH_ALLOW_PIPE_EXEC=1

Allow curl|bash / iwr|iex

WRATH_STRICT=1

Force STRICT

WRATH_ORCHESTRATE=1

Force fleet mode

WRATH_PRIVACY=1

Force privacy (bulk upload deny)

WRATH_YOLO=1

Force YOLO soft-guard mode

WRATH_BUDGET_TOOLS=N

Budget nudge threshold

WRATH_REREAD_WARN=N

Re-read warn threshold

WRATH_NESTED_DEPTH=N

Shell unwrap depth (1–8)

WRATH_OFF=1 / WRATH_ON=1

Force runtime off/on

Commands

Command

Effect

/wrath

Hub

/wrath-on / /wrath-off

Runtime

/wrath-profile <name>

Profile switch

/wrath-privacy

Privacy mode

/wrath-yolo

YOLO soft guards

/wrath-strict

Strict mode

/wrath-orchestrate

Style dispatch

/wrath-status · /wrath-doctor · /wrath-why

Inspect

/wrath-thin · /wrath-check · /wrath-ship · /wrath-budget · /wrath-review

Workflows

Verify

python -m pytest
ruff check src hooks mcp tests
grok plugin details wrath

Docs

License

GPL-3.0-or-later.

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Remote MCP for tool license checks, vendor policy review, alternatives, and license receipts.

  • GunBroker MCP Pack — wraps the GunBroker firearms-marketplace API.

  • A paid remote MCP for ClawManager, built to return verdicts, receipts, usage logs, and audit-ready J

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Warexpor/wrath-addon'

If you have feedback or need assistance with the MCP directory API, please join our Discord server