mcp-bash-server

darkrain/mcp-bash-server
★ 0 stars Go 🤖 AI/LLM Updated today
MCP сервер для выполнения bash команд на сервере через HTTP транспорт. Это "SSH для агентов" — позволяет LLM-агентам безопасно выполнять команды на удалённых серверах.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-bash-server": {
      "command": "go",
      "args": [
        "run",
        "github.com/darkrain/mcp-bash-server@latest"
      ]
    }
  }
}

README Excerpt

MCP сервер для выполнения bash команд на сервере через HTTP транспорт. Это "SSH для агентов" — позволяет LLM-агентам безопасно выполнять команды на удалённых серверах. - **Транспорт:** Streamable HTTP (https://modelcontextprotocol.io/specification/2024-11-05/basic/transports) - **SDK:** [modelcontextprotocol/go-sdk](https://github.com/modelcontextprotocol/go-sdk)

Tools (6)

MCP_API_KEYMCP_BASH_TIMEOUTMCP_CONFIG_PATHMCP_HOSTMCP_LOG_LEVELMCP_PORT