← bash-mcp

bash-mcp 1.1.0

npm · bash-mcp · current release

4
Tools
0
Resources
0
Templates
0
Prompts

Observation

Observed 2026-08-17T13:40:56.902Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2025-06-18.

Server capabilities
{
  "tools": {}
}

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

Resource templates 0

Prompts 0

Let’s talk about MCP security.

Share your details and our security team will contact you.