MCP.so
Sign In

Stdio Shellguard

@studiomeyer-io

About Stdio Shellguard

Defense-in-depth bundle for MCP stdio servers: drop-in guardExec/guardSpawn wrappers, AST audit CLI, reference MCP server. Closes the Ox-Security 200k-server stdio-RCE class (LiteLLM CVE-2025-69256). MIT, TypeScript, Node >= 20.

Basic information

License

MIT

Runtime

node

Publisher

studiomeyer-io

Submitted by

Matthias Meyer - StudioMeyer

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-stdio-shellguard": {
      "command": "npx",
      "args": [
        "-y",
        "-p",
        "mcp-stdio-shellguard",
        "mcp-shellguard-audit",
        "scan",
        "./src"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Stdio Shellguard?

Defense-in-depth bundle for MCP stdio servers: drop-in guardExec/guardSpawn wrappers, AST audit CLI, reference MCP server. Closes the Ox-Security 200k-server stdio-RCE class (LiteLLM CVE-2025-69256). MIT, TypeScript, Node >= 20.

How to use Stdio Shellguard?

The README includes setup instructions such as npx -y -p mcp-stdio-shellguard mcp-shellguard-audit scan ./src.

Key features of Stdio Shellguard

  • MCP spec: 2025-06-18
  • SDK: @modelcontextprotocol/sdk ^1.29.0
  • Node: >= 20
  • License: MIT
  • Author: Matthias Meyer (StudioMeyer)

Use cases of Stdio Shellguard

  • Connect an MCP-compatible client to this repository's service.
  • Review the README-backed setup before enabling it in production.

FAQ from Stdio Shellguard

Where is the source code for Stdio Shellguard?

The source code is linked from the repository URL on this page.

Does Stdio Shellguard include a standard MCP config?

If the README contains a parseable MCP configuration block, it is shown in the Config tab.

Comments

More MCP servers