Skip to main content
Back to registry

mcp-chaining

parcadei/continuous-claude-v3

A research-to-implement pipeline that chains 5 MCP tools for end-to-end workflows.

Installs158
Install command
npx skills add https://github.com/parcadei/continuous-claude-v3 --skill mcp-chaining
About this skill
A research-to-implement pipeline that chains 5 MCP tools for end-to-end workflows. A pipeline that chains these tools: The MCP SDK's get_default_environment() only includes basic vars (PATH, HOME, etc.), NOT os.environ . We fixed src/runtime/mcp_client.py to pass full environment: This ensures API keys from ~/.claude/.env reach subprocesses. Each tool is optional. If unavailable (disabled, no API key, etc.), the pipeline continues: The pipeline captures errors without failing the entire run: - Building multi-tool MCP pipelines - Understanding how to chain MCP calls with graceful degradation - Debugging MCP environment variable issues - Learning the tool naming conventions for different MCP servers - scripts/research_implement_pipeline.py - Main pipeline implementation - scripts/test_research_pipeline.py - Test harness with isolated sandbox - workspace/pipeline-test/sample_code.py - Test sample code - Copy the pattern from scripts/research_implement_pipeline.py - Define your steps as async functions - Use check_tool_available() for graceful degradation - Chain results through PipelineContext - Aggregate with print_summary()

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does mcp-chaining do?

A research-to-implement pipeline that chains 5 MCP tools for end-to-end workflows.

Is mcp-chaining good?

mcp-chaining does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does mcp-chaining work with?

mcp-chaining currently lists compatibility with codex, gemini-cli, opencode, cursor, amp, github-copilot.

What are alternatives to mcp-chaining?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install mcp-chaining?

npx skills add https://github.com/parcadei/continuous-claude-v3 --skill mcp-chaining

Related skills

More from parcadei/continuous-claude-v3

Related skills

Alternatives in Software Engineering