Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ”’ Security
  3. Shield
Shield logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 12:17:31 PM

Shield

User RatingsBe the first to rate and review this MCP server!
View Repository8 GitHub StarsTotal stargazers on GitHub for the source repository (8 stars).Visit Website
securitymcpguardrailsai-codingsandboxing

Local MCP proxy that blocks risky agent actions, scans tool traffic, pins catalogs, and supports approvals and audit logs.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "aperionai-shield": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-postgres"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ”’ More in Security

Overview

AperionAI/shield MCP server places a local guardrail proxy between AI coding agents and MCP servers, covering stdio and Streamable HTTP transports. It evaluates tool calls against safety rules, then blocks, requests approval, or allows calls with a warning. It also pins tool catalogs, scans descriptions and results for supply-chain threats and prompt injection, and can scan or sandbox upstream servers. Reach for it when coding agents need controls around destructive operations, secret handling, MCP configuration, or auditability.

Use cases

โ€ขBlock destructive SQL and shell commands before execution
โ€ขPin MCP tool catalogs to detect unexpected changes
โ€ขScan IDE MCP configurations before enabling them
โ€ขKeep credentials out of agent context with secret cloaking

Key features

โ€ขPre-execution MCP call guardrails
โ€ขTOFU tool-catalog pinning
โ€ขTool description and result scanning
โ€ขApproval gates and audit logging
โ€ขNative agent hooks
โ€ขSecret cloaking and taint tracking

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Shield.

Extracted Tool Capabilities
Pre-execution MCP call guardrails
TOFU tool-catalog pinning
Tool description and result scanning
Approval gates and audit logging
Native agent hooks
Secret cloaking and taint tracking

How Shield works

What AperionAI/shield MCP server does

AperionAI/shield MCP server is a local proxy for MCP traffic generated by AI coding agents. It sits between the agent and an upstream MCP server, including local stdio processes and remote Streamable HTTP services. The proxy evaluates tool calls before forwarding them, so actions such as destructive SQL, recursive file deletion, force-pushes, privilege escalation, cloud changes, or security-control changes can be blocked before execution.

The project also covers threats outside a single tool call. It can pin an upstream tool catalog using a trust-on-first-use model, inspect tool descriptions for poisoning, and scan tool results for prompt injection. Additional features include pre-install MCP auditing, OS-level process sandboxing, secret cloaking, cross-tool secret taint tracking, approval gates, and audit records.

How it works

A call passes through Shield before reaching the configured upstream server. Rules classify activity across areas such as SQL, Git, filesystems, secrets, shells, containers, Kubernetes, IAM, cloud platforms, NoSQL systems, Windows, and PowerShell. Depending on policy, Shield denies the call, pauses for approval, or forwards it with a warning.

AperionAI/shield MCP server can also protect native agent actions through fail-closed hooks for supported coding environments. The --scan-ide mode examines MCP configuration files and skill files without executing them, reporting issues such as unwrapped command servers, unpinned package runners, and project-local configurations. The same binary can install hooks, scan configurations, and sandbox an upstream process.

Secret cloaking lets an agent send a placeholder such as {{cloak:NAME}}. Shield substitutes the stored value only in the forwarded request and removes it from returned results when echoed. The vault is stored locally with restrictive filesystem permissions, and values are not included in audit events.

Setup and configuration

The repository describes a standalone binary and provides a shell installation command:

Terminal
curl -fsSL https://shield-get.aperion.ai | sh

After installation, agent hooks can be configured with:

bash
aperion-shield --install-agent-hooks

Supported hook setup includes Cursor and Claude Code, with additional host configurations for Codex, Gemini CLI, and Copilot CLI. The project also documents integrations with Cline, Continue, Windsurf, and Zed. Project-level hook files are not modified by the installer.

Cloaked values can be registered through SHIELD_CLOAK_VALUE or standard input, rather than command-line arguments. The documented commands include --cloak-add NAME, --cloak-list, and --cloak-remove NAME. Hook and cloak bypass flags exist, so deployments should account for the documented disable controls.

Tools and capabilities

  • Intercept stdio and Streamable HTTP MCP servers.
  • Apply 65 or more adaptive safety rules, with an optional 40-rule community pack.
  • Block, approve, or warn on destructive tool calls.
  • Pin tool catalogs and inspect descriptions and results.
  • Scan IDE MCP and skill configuration without executing it.
  • Sandbox upstream processes on supported operating systems.
  • Install native agent hooks and maintain audit logs.
  • Cloak registered secrets and track secret taint across tool boundaries.
  • Gate selected rules with ID.me or a pluggable OIDC provider.

Limitations and notes

AperionAI/shield MCP server is local-first, so its basic proxy model is centered on one machine. The README describes an optional Smartflow control plane for organization-wide policy and upstream audit shipping, but using that mode introduces external enrollment and identity-provider requirements. Linux sandbox behavior depends on kernel capabilities; strict mode can refuse to start when network denial is unavailable. The repository material also presents conflicting license indicators: the current description says Apache-2.0, while the README badge says Proprietary, so the license should be verified before adoption.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Security View all alternatives
  • MCP Firewall logoMCP Firewall

    Deterministic security proxy (iptables for MCP) that intercepts tool calls, enforces YAML policies, scans for secret leakage, and logs everything. No AI, no cloud.

    ๐Ÿ”’ Security4 views
    Compare vs MCP Firewall โ†’
  • Platform logoPlatform

    Governance proxy for MCP servers. Wraps any upstream server with policy evaluation, human approval workflows, and hash-chain audit trails. 18+ framework integrations. Apache 2.0 SDK.

    ๐Ÿ”’ Security3 views
    Compare vs Platform โ†’
  • Arc Gate MCP logoArc Gate MCP

    Runtime governance for MCP tool calls. Blocks prompt injection and capability abuse before tool results reach your agent.

    ๐Ÿ”’ Security5 views
    Compare vs Arc Gate MCP โ†’
  • Shellward logoShellward

    AI Agent Security Middleware & MCP Server with 8-layer defense including prompt injection detection, DLP data flow tracking, command blocking, and PII detection. 7 MCP tools, zero dependencies.

    ๐Ÿ”’ Security2 views
    Compare vs Shellward โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
8
Stargazers on the source repository.
npm downloads
391k
Package downloads in the last 30 days.
Last commit
11d ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Shield

The README documents `curl -fsSL https://shield-get.aperion.ai | sh`, followed by `aperion-shield --install-agent-hooks` when native agent hooks are needed.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewShield AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/aperionai-shield?style=directory)](https://allmcps.com/mcp/aperionai-shield)
HTML Embed
<a href="https://allmcps.com/mcp/aperionai-shield"><img src="https://allmcps.com/api/badge/aperionai-shield?style=directory" alt="Shield on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ”’Security
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseApache-2.0
ClientsCursor, Cline / VS Code, Windsurf
Last updatedSep 7, 2026
9/9 checks healthy over the last 33d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars8
GitHub Star CountTotal stargazers on GitHub representing community popularity (8 stars).
Last commit11d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 31, 2026
npm downloads391,142/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
60Quality signal: Good ยท 60/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools26/30
Adoption & activity9/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 21d ago via OSV.dev ยท @modelcontextprotocol/server-postgres (npm)

โ˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ”’ Security โ†’Best MCP servers for Security โ†’Alternatives to Shield โ†’Install in Claude DesktopInstall in CursorInstall in VS Code