HomeSecurity › Aperion Shield

Aperion Shield

Local guardrail proxy that blocks destructive MCP tool calls, rug pulls, and tool poisoning

Rust Local macOSWindowsLinux
★ 11 stars Last pushed 2026-09-22 License: NOASSERTION

Topics: Security

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (oci)

docker run -i --rm ghcr.io/aperionai/shield:shield-v1.0.1

Or add to your MCP client config:

{
  "mcpServers": {
    "shield": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/aperionai/shield:shield-v1.0.1"
      ]
    }
  }
}

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry