Releases: aruuhii2yo/maxion-mcp
Release list
v1.0.4 — verified results, honest Action, working handshake
What changed
Verified test results are now published in the README: gate latency across four 10,000-check runs (12–67 µs per check, median ~26 µs), the adversarial red-team suite (54/54, 0 bypasses), Quezar compression side by side with gzip -9 and Brotli -11 on the same data, store/retrieve integrity, and the governor's control-logic tests — plus an explicit list of what has not been verified yet. Test host and dates are stated; results are internal and not independently audited.
GitHub Action — now reports only what it does: a scan for known prompt-injection phrases.
- Removed the "energy conserved" figure and fixed disk-write-reduction line; neither was a measurement.
- No default gateway; nothing is contacted unless you pass
gateway-url. energy-pacingis now a documented no-op, and theenergy-saved-whoutput is removed.
MCP bridge (index.js)
- Completes the MCP handshake even when
MAXION_GATEWAY_URLis unset, and returns setup instructions instead of failing oninitialize. - No longer replies to JSON-RPC notifications.
Registry metadata — server.json now validates against the MCP registry schema.
v1.0.3
Corrects latency and compression claims to measured values (12-23 microseconds per check; 8-12.7x compression on structured data). Removes the dead default gateway URL - MAXION_GATEWAY_URL is now required and reports an actionable message when unset, instead of a 404.
Maxion v1.0.2 — Zero-Trust AI Agent Security, Compute Governor & Encrypted State Vault
⚡ Maxion: The AI Agent Security Shield
Fast. Secure. Unstoppable. Maxion is a lightning-fast (< 50 µs) zero-trust gateway for autonomous agents and MCP clients.
🏛️ The Three Power Engines:
- ⚡ GOVERNOR – Keeps your hardware cool, crushing 100% CPU spikes and resource burn.
- 🛡️ DIAMONIZE – Native wire-speed immunity against prompt injections, infinite loops, and rogue shell commands.
- 🔐 QUEZAR – Ultra-dense AES-256 cryptographic memory vault with unbelievable 342x log compaction.
🚀 Quick Start
- name: Maxion Security
uses: aruuhii2yo/maxion-mcp@v1.0.2
with:
fail-on-threat: 'true'v1.0.1
Fixes: replaces the non-functional stub server with a real, tested stdio-to-HTTP bridge; corrects the license field (was falsely marked Apache-2.0; actual license is proprietary, see LICENSE).
v1.0.0: Maxion Real-Time Security & Stability Gateway for MCP Agents
Maxion v1.0.0 — Initial Official Release
Give your AI agents autonomy without putting your files, credentials, or computer at risk.
Maxion provides an in-process protective layer that verifies agent actions before they execute—preventing unauthorized commands, catching prompt injection attempts, and keeping your machine cool during long autonomous runs.
Key Outcomes Delivered
- Prompt Injection Defense — Evaluates external inputs and incoming text to catch and neutralize malicious prompt injection attempts before they manipulate your tools.
- Rogue Command Prevention — Blocks unauthorized shell commands, destructive disk operations, and unintended system modifications before execution.
- 24/7 Hardware Protection — Actively manages compute intensity during long-running agent loops to prevent thermal throttling, loud fan noise, and system lockups.
- Local Credential Vaulting — Keeps your API keys, tokens, and private session memories isolated in a protected local vault where agents cannot leak or expose them.
- Microsecond Latency — In-process interception adds zero perceptible lag to agent tool calls.
Coordinated Protection Layers
- Security Gate: In-process tool-call interception and prompt injection defense.
- Diamonize: Threat signature scanning, quarantine, and tamper-evident audit logging.
- Maxion V16: Autonomous hardware governor regulating compute load and thermals.
- Quezar: Encrypted local credential vault.
Quick Install
Connect through the Smithery Registry:
npx -y @smithery/cli install aruuhii2yo/maxion-mcp-gatewayOr connect directly via Smithery.
Verification
Passed 200+ regression and adversarial safety test suites prior to release.