← mcp-server-commands

mcp-server-commands 0.8.2

npm · mcp-server-commands · current release

1
Tools
0
Resources
0
Templates
1
Prompts

Observation

Observed 2026-08-17T07:06:29.388Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2024-11-05.

Server capabilities
{
  "tools": {},
  "prompts": {}
}

Tools 1

ToolCategoryAnnotationsRisk
run_processRun a process on this linux machine
Input schema
{
  "type": "object",
  "properties": {
    "command_line": {
      "type": "string",
      "description": "Shell mode: a shell command line executed via the system's default shell. Supports pipes, redirects, globbing. Cannot be combined with 'argv'."
    },
    "argv": {
      "minItems": 1,
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Executable mode: directly spawn a process. argv[0] is the executable, followed by arguments passed verbatim (no shell interpretation). Cannot be combined with 'command_line'."
    },
    "cwd": {
      "type": "string",
      "description": "Optional to set working directory"
    },
    "stdin_text": {
      "type": "string",
      "description": "Optional text written to STDIN (written fully, then closed). Useful for heredoc-style input or file contents."
    },
    "timeout_ms": {
      "type": "number",
      "description": "Optional timeout in milliseconds, defaults to 30,000ms"
    }
  }
}
— · —

Resources 0

Resource templates 0

Prompts 1

Let’s talk about MCP security.

Share your details and our security team will contact you.