multi-tool-pipeline

Community

Template for chaining MCP tools in a single script.

Authorparcadei
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Provides a reusable pattern to chain multiple MCP tool calls into a single script, enabling deterministic pipelines without duplicating logic.

Core Features & Use Cases

  • Chained Tool Execution: Execute server1__tool1, then server2__tool2 with prior outputs, etc.
  • Reusable Template: A clean reference implementation you can copy for new pipelines.
  • Use Case: Automate a small data-processing workflow by chaining tools.

Quick Start

Use the reference script as a starting point: uv run python -m runtime.harness scripts/multi_tool_pipeline.py --repo-path "." --max-commits 5

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: multi-tool-pipeline
Download link: https://github.com/parcadei/Continuous-Claude/archive/main.zip#multi-tool-pipeline

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository