From 00ab7d3a350ef088babb27c6fdebb39fc2836ec4 Mon Sep 17 00:00:00 2001 From: armorer-labs Date: Tue, 19 May 2026 14:45:14 +0800 Subject: [PATCH] Document Armorer Guard MCP proxy --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 32b6a23..cb1df87 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,27 @@ Go to `Claude > Settings > Developer > Edit Config > claude_desktop_config.json` } ``` +Optional local guardrail with [Armorer Guard](https://github.com/ArmorerLabs/Armorer-Guard): + +```json +{ + "mcpServers": { + "minimax-mcp-js": { + "command": "armorer-guard", + "args": ["mcp-proxy", "--", "npx", "-y", "minimax-mcp-js"], + "env": { + "MINIMAX_API_HOST": "", + "MINIMAX_API_KEY": "", + "MINIMAX_MCP_BASE_PATH": "", + "MINIMAX_RESOURCE_MODE": "" + } + } + } +} +``` + +This wraps the same MiniMax MCP server with a local proxy that inspects tool-call arguments for prompt injection, credential leakage, exfiltration risk, and dangerous actions before forwarding safe calls. + #### Cursor Go to `Cursor → Preferences → Cursor Settings → MCP → Add new global MCP Server` to add the above config.