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.
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
Tool
Category
Annotations
Risk
kill_backgroundKill a background process by nameInput schema
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Name of the background process to kill"
}
},
"required": [
"name"
]
}
—
—
list_backgroundList all running background processesInput schema
{
"type": "object",
"properties": {}
}
—
—
runExecute a shell command and return outputInput schema