Token导航 LogoToken导航TokenDH.com
Bash Mcpb logo
开发工具未说明官方级别未说明来源级核验

Bash Mcpb

MCP Server

为AI代理提供Shell命令执行功能的服务,支持设置超时和工作目录等参数。

工具数

1

提示词数

0

GitHub Stars

1

资源数

0
命令行工具RustClaudeClaude

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

superradcompany-library

提供方

superradcompany-library

最后核验

2026/5/17 20:19

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

Bash MCP服务器

AI代理的Shell命令执行。基于 Claude Code的Bash工具设计.

设置

使用工具CLI

从安装CLIhttps://github.com/zerocore-ai/tool-cli

# Install from tool.store
tool install library/bash
# View available tools
tool info library/bash
# Execute a command
tool call library/bash -m exec -p command="echo hello"
# Run a command with timeout
tool call library/bash -m exec -p command="sleep 5" -p timeout_ms=10000

工具

exec

执行shell命令并返回其输出。

输入:

字段类型必填描述
commandstringYes要执行的shell命令
descriptionstring命令功能的简短描述(5-10个单词)
timeout_msinteger超时(毫秒)(默认值:120000,最大值:600000)
working_directorystring命令执行的工作目录

输出:

字段类型描述
stdoutstring命令的标准输出
stderrstring命令中的标准错误
exit_codeinteger命令的退出代码(0=成功)
stdout_truncatedbooleanstdout是否因大小限制而被截断
stderr_truncatedbooleanstderr是否因大小限制而被截断
duration_msinteger实际执行持续时间(毫秒)

许可证

阿帕奇-2.0

目录标签

目录标签

命令行工具RustClaudeShell命令本地部署AI工具自动化执行

支持客户端

Claude

接入字段

传输方式(transport,传输协议)

未说明

鉴权方式(authType,认证方式)

none

工具数量(toolCount,工具数)

1

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

未说明none部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP