Skip to content
This repository was archived by the owner on Apr 9, 2026. It is now read-only.

v0.2.1 — MCP server name simplified to 'bash'

Latest

Choose a tag to compare

@yotsuda yotsuda released this 07 Apr 01:09
· 4 commits to master since this release

Changes

  • MCP server name is now bash (was bashpilot). The recommended config key is also bash.
  • Tool prefix is now mcp__bash__* for AI clients.

Install / Upgrade

# Claude Code
claude mcp add bash -- npx bashpilot

# Claude Desktop: add to config
{"mcpServers":{"bash":{"command":"npx","args":["bashpilot"]}}}

If you previously installed with bashpilot as the name, remove and re-add:

claude mcp remove bashpilot
claude mcp add bash -- npx bashpilot