cascade-bot-mcp
v0.3.0
Published
npx wrapper that launches the Cascade-Bot MCP server (Python). Multi-agent Plan→Implement→Review loop for Claude Code.
Maintainers
Readme
cascade-bot-mcp (npm wrapper)
Tiny Node-based launcher so Claude Code can install Cascade-Bot's MCP
server via the standard npx flow:
claude mcp add cascade -- npx -y cascade-bot-mcpThe wrapper finds the Python MCP server in this resolution order:
$CASCADE_HOME/.venv/bin/python+$CASCADE_HOME/mcp_server.py$CASCADE_HOME/.venv/bin/cascade-mcp(entry-point script)cascade-mcpon PATH (pipx / system pip install)python3 mcp_server.py
If none of these are present it prints a copy-pasteable install hint.
This package contains no Python code itself — it just bridges the npm/npx ecosystem to the Python implementation in the parent repo. Publish from the repo root via:
cd npm && npm publish --access publicThe Python part still has to be installed separately (git clone + venv,
or pipx install cascade-bot-mcp).
