Odel
mcp-armor

mcp-armor

Local
@studiomeyer-io1RustMITUpdated 2 days ago

Security sidecar for MCP servers: 11 read-only control-plane tools for prompt-injection checks.

Runs locally over stdio

This server isn't hosted β€” your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerghcr.io/studiomeyer-io/mcp-armor:0.8.0

Run

docker run -i --rm ghcr.io/studiomeyer-io/mcp-armor:0.8.0

MCP client config

{
  "mcpServers": {
    "mcp-armor": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/studiomeyer-io/mcp-armor:0.8.0"
      ]
    }
  }
}