mcp-armor
Rank #19,711io.studiomeyer/armor
Security sidecar for MCP servers: prompt-injection scan, Ed25519 verify, tools/list drift. 10 tools.
mcp-armor is a Model Context Protocol (MCP) server published by studiomeyer-io. It ranks #19,711 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. mcp-armor is listed across 3 registries — Official MCP, PulseMCP and mcp.so, with 1 tracked version. It was first listed on May 20, 2026 and most recently updated on May 29, 2026.
Ranks ahead of 95,749 of 115,460 servers on MCP Toplist.
Use mcp-armor
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add armor -- docker run -i --rm ghcr.io/studiomeyer-io/mcp-armor:0.7.0[mcp_servers.armor]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/studiomeyer-io/mcp-armor:0.7.0"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"armor": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/studiomeyer-io/mcp-armor:0.7.0"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"armor": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/studiomeyer-io/mcp-armor:0.7.0"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"armor": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/studiomeyer-io/mcp-armor:0.7.0"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"armor": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/studiomeyer-io/mcp-armor:0.7.0"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"armor": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/studiomeyer-io/mcp-armor:0.7.0"
]
}
}
}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.studiomeyer%2Farmor)<a href="https://mcptoplist.com/server/io.studiomeyer%2Farmor"><img src="https://mcptoplist.com/badge/io.studiomeyer%2Farmor.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
studiomeyer-io
Other servers by studiomeyer-io
- Local Memory#4,011 · 3 vers
- StudioMeyer Video#8,506 · 2 vers
- Studiomeyer Memory#9,910 · 1 ver
- StudioMeyer Academy#14,403 · 2 vers
- MCP Tenant Pair#14,404 · 2 vers
- Stateless Migrator#14,414 · 3 vers
- Studiomeyer Geo#14,628 · 1 ver
- Studiomeyer Crm#15,370 · 1 ver
- StudioMeyer Personal Suite#16,144 · 2 vers
- MCP Hook Conformance#16,286 · 2 vers
- MCP Protocol Conformance#16,925 · 2 vers
- Tenant Context#18,152 · 2 vers
Available versions (1)
| Version | Published |
|---|---|
| 0.7.0 | May 29, 2026 |
Frequently asked questions
- Who maintains mcp-armor?
- mcp-armor is maintained by studiomeyer-io, which publishes 30 MCP servers (41 total versions) tracked on MCP Toplist.
- Is mcp-armor listed on the Official MCP Registry?
- Yes — mcp-armor is listed on the Official MCP Registry, alongside PulseMCP and mcp.so.
- How many versions does mcp-armor have?
- MCP Toplist tracks 1 version of mcp-armor, most recently published on May 29, 2026.
- Where can I find the source code for mcp-armor?
- The source code for mcp-armor is hosted at github.com/studiomeyer-io/mcp-armor.