From 1c17710228e42ae16a7f27ac9fdc12762a77280a Mon Sep 17 00:00:00 2001 From: armorer-labs Date: Tue, 19 May 2026 14:23:20 +0800 Subject: [PATCH] Document Armorer Guard MCP proxy --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/README.md b/README.md index 8327d7656..e8b2e3250 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,32 @@ If auto-setup doesn't work, add this to your MCP client's config file: } ``` +**macOS/Linux with a local tool-call guard:** +```json +{ + "mcpServers": { + "unityMCP": { + "command": "armorer-guard", + "args": [ + "mcp-proxy", + "--", + "uvx", + "--from", + "mcpforunityserver", + "mcp-for-unity", + "--transport", + "stdio" + ] + } + } +} +``` + +This optional configuration uses [Armorer Guard](https://github.com/ArmorerLabs/Armorer-Guard) +as a local MCP proxy to inspect tool-call arguments for prompt injection, +credential leakage, exfiltration risk, and dangerous actions before forwarding +safe calls to Unity MCP. + **Windows:** ```json {