MCP server intelligence profile

bash-mcp Server

Enables executing shell commands without permission prompts, including running commands and managing background processes

Local Onlytinywind
Awaiting current scanNpm · 1.1.0

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

1Distribution channel
4Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

Install bash-mcp from npm

Version 1.1.0 declares 1 executable entrypoint.

npm install --save-exact bash-mcp@1.1.0
npx -y -p bash-mcp@1.1.0 bash-mcp
MCP client configuration example
{
  "mcpServers": {
    "bash-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "-p",
        "bash-mcp@1.1.0",
        "bash-mcp"
      ]
    }
  }
}

Identity

Canonical slugbash-mcp-820566bdDeploymentLocal Only
Canonical packagenpm:bash-mcpRepositorytinywind/bash-mcp
First publishedLatest release
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
npmbash-mcp1.1.01Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
npmbash-mcp1.1.0CurrentSep 5, 20264 toolsSucceeded · 0 resources · 0 promptsEvidence restricted
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

No public current-version evidence is available yet.

Current protocol inventory

2025-06-18Negotiated protocol
bash-mcpServer-reported name
1Capability groups
Aug 17, 2026Observed

Tools 4

ToolCategoryAnnotationsRisk
kill_backgroundKill a background process by name
Input schema
{
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Name of the background process to kill"
    }
  },
  "required": [
    "name"
  ]
}
list_backgroundList all running background processes
Input schema
{
  "type": "object",
  "properties": {}
}
runExecute a shell command and return output
Input schema
{
  "type": "object",
  "properties": {
    "command": {
      "type": "string",
      "description": "Shell command to execute"
    },
    "cwd": {
      "type": "string",
      "description": "Working directory (optional)"
    },
    "timeout": {
      "type": "number",
      "description": "Timeout in milliseconds (default: 30000)"
    }
  },
  "required": [
    "command"
  ]
}
run_backgroundRun a command in background
Input schema
{
  "type": "object",
  "properties": {
    "command": {
      "type": "string",
      "description": "Command to run in background"
    },
    "name": {
      "type": "string",
      "description": "Unique name for this background process"
    },
    "cwd": {
      "type": "string",
      "description": "Working directory (optional)"
    }
  },
  "required": [
    "command",
    "name"
  ]
}

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

bash-mcp Server questions

How do I install bash-mcp Server?

Install the selected package version with: npm install --save-exact bash-mcp@1.1.0

What tools does bash-mcp Server provide?

bash-mcp Server exposed 4 tools during independent protocol observation, including kill_background, list_background, run, run_background.

Is bash-mcp Server secure?

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Official vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.