Serversio.github.mrorigo/bash-command-mcp
M

io.github.mrorigo/bash-command-mcp

io.github.mrorigo/bash-command-mcp · v1.0.0
▦ npm
v1.0.0npm npm: bash-command-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.mrorigo/bash-command-mcp",
  "description": "Sophisticated bash command MCP server that runs and manages shell execution.",
  "repository": {
    "url": "https://github.com/mrorigo/bash-command-mcp",
    "source": "github"
  },
  "version": "1.0.0",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "bash-command-mcp",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Enable or disable OpenTelemetry instrumentation (`true` or `false`).",
          "format": "string",
          "name": "OTEL_ENABLED"
        },
        {
          "description": "OpenTelemetry service name override.",
          "format": "string",
          "name": "OTEL_SERVICE_NAME"
        },
        {
          "description": "OpenTelemetry service version override.",
          "format": "string",
          "name": "OTEL_SERVICE_VERSION"
        },
        {
          "description": "OTLP HTTP endpoint for exporting OpenTelemetry traces and metrics (for example `http://localhost:4318`).",
          "format": "string",
          "name": "OTEL_EXPORTER_OTLP_ENDPOINT"
        },
        {
          "description": "OpenTelemetry metrics export interval in milliseconds.",
          "format": "string",
          "name": "OTEL_METRIC_EXPORT_INTERVAL_MS"
        },
        {
          "description": "Directory used to store background process stdout/stderr log files.",
          "format": "string",
          "name": "BASH_COMMAND_MCP_LOG_DIR"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}