← Back to Plugins
MCP Server MCP

io.github.mrorigo/bash-command-mcp

github By github 👁 1 views ▲ 0 votes

Sophisticated bash command MCP server that runs and manages shell execution.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...