Aperion Shield
Rank #6,774io.github.AperionAI/shield
Local guardrail proxy that blocks destructive MCP tool calls, rug pulls, and tool poisoning
Aperion Shield is a Model Context Protocol (MCP) server published by aperionai. It ranks #6,774 of 115,591 servers tracked on MCP Toplist, and its repository has 8 GitHub stars. Aperion Shield is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 1 tracked version. It was first listed on May 20, 2026 and most recently updated on Jun 10, 2026.
Ranks ahead of 108,817 of 115,591 servers on MCP Toplist.
Use Aperion Shield
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add shield -- docker run -i --rm ghcr.io/aperionai/shield:shield-v0.9.1[mcp_servers.shield]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/aperionai/shield:shield-v0.9.1"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"shield": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/aperionai/shield:shield-v0.9.1"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"shield": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/aperionai/shield:shield-v0.9.1"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"shield": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/aperionai/shield:shield-v0.9.1"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"shield": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/aperionai/shield:shield-v0.9.1"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"shield": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/aperionai/shield:shield-v0.9.1"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.AperionAI%2Fshield)<a href="https://mcptoplist.com/server/io.github.AperionAI%2Fshield"><img src="https://mcptoplist.com/badge/io.github.AperionAI%2Fshield.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
aperionai
Other servers by aperionai
View all aperionai servers →Available versions (1)
| Version | Published |
|---|---|
| 0.9.1 | Jun 10, 2026 |
Frequently asked questions
- Who maintains Aperion Shield?
- Aperion Shield is maintained by aperionai, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is Aperion Shield listed on the Official MCP Registry?
- Yes — Aperion Shield is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does Aperion Shield have?
- MCP Toplist tracks 1 version of Aperion Shield, most recently published on Jun 10, 2026.
- Where can I find the source code for Aperion Shield?
- The source code for Aperion Shield is hosted at github.com/aperionai/shield.