claude-code-mcp-enhanced
If you are the rightful owner of claude-code-mcp-enhanced and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
An enhanced Model Context Protocol (MCP) server for running Claude Code in one-shot mode with advanced orchestration capabilities.
This MCP server provides powerful tools that can be used by LLMs to interact with Claude Code. When integrated with Claude Desktop or other MCP clients, it allows LLMs to run Claude Code with all permissions bypassed, execute any prompt without interruptions, access file editing capabilities, execute complex multi-step operations with robust error handling, and orchestrate tasks through specialized agent roles using the boomerang pattern. It maintains reliable execution through heartbeat mechanisms to prevent timeouts.
Features
- Enhanced Reliability: Robust error handling, automatic retries, graceful shutdown, and request tracking.
- Task Orchestration: Complex workflows can be broken down into specialized subtasks.
- Task Automation: Convert human-readable markdown task lists into executable MCP commands automatically.
- Performance Optimization: Improved execution with configuration caching and resource efficiency.
- Better Monitoring: Health check API, detailed error reporting, and comprehensive logging.
Tools
claude_code
Executes a prompt directly using the Claude Code CLI with --dangerously-skip-permissions.
health
Returns health status, version information, and current configuration of the Claude Code MCP server.
convert_task_markdown
Converts markdown task files into Claude Code MCP-compatible JSON format.