Claude Code MCP Enhanced — Development agent for Claude Code
by grahama1970 - Provides detailed and emphatic instructions for Claude to follow as a coding agent, with testing guidance, code examples, and compliance checks.
How to install Claude Code MCP Enhanced
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open grahama1970/claude-code-mcp-enhanced and copy the folder into
~/.claude/agents/.
What Claude Code MCP Enhanced does
**Want to get started quickly? Check out our [QUICKSTART.md](QUICKSTART.md) guide!**
Alternatives in Development
- New Track — Create a new track (feature, bug fix, chore, or refactor) with a detailed specification and phased i... - wsho 31.9k ★
- Plan Agent — You are a specialized planning agent 3.6k ★
- Command Name — Detailed description of what this command does and when to use it 1.3k ★
README
🤖 Claude Code MCP Server
**Want to get started quickly? Check out our [QUICKSTART.md](QUICKSTART.md) guide!**
This project is a fork of [steipete/claude-code-mcp](https://github.com/steipete/claude-code-mcp) with enhanced orchestration capabilities, reliability improvements, and additional documentation.
An enhanced Model Context Protocol (MCP) server that allows running Claude Code in one-shot mode with permissions bypassed automatically. This server includes advanced task orchestration capabilities, robust error handling, and a "boomerang pattern" for breaking complex tasks into manageable subtasks.
Did you notice that standard AI assistants sometimes struggle with complex, multi-step edits or operations? This server, with its powerful unified `claude_code` tool and enhanced reliability features, aims to make Claude a more direct and capable agent for your coding tasks.
🔍 Overview
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 (using
--dangerously-skip-permissions) - Execute Claude Code with any prompt without permission interruptions
- Access file editing capabilities directly
- Execute complex multi-step operations with robust error handling and retries
- Orchestrate tasks through specialized agent roles using the boomerang pattern
- Maintain reliable execution through heartbeat mechanisms to prevent timeouts
✨ Benefits
- 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
...
Related Agents
Git Commit Helper
Use this agent when you need to commit changes to git with properly formatted, detailed commit messages that f
Workflow Orchestration Command - Enhanced With Optional Flags
You are the product-manager-orchestrator agent. You orchestrate specialist agents but NEVER write code yoursel
Django Expert
Use this agent when you need to plan Django development tasks by analyzing the codebase and creating detailed
PRD Workflow Generator
Use this agent when you need to transform Product Requirements Documents (PRDs) or feature specifications into
Qrspi Pattern Finder
Finds existing examples in the codebase of a pattern you are about to follow, so new code matches local conven
Docs Auditor
Audits Forge documentation for drift against the code. Checks that README counts, ARCHITECTURE hot paths, SETU
Related Skills
Wb Dev MCP Reload
Load directions via mcpwork-buddywb_run("agent_docs", {"path": "dev/mcp-reload", "depth": "full"}), then follo
Fastmcp Builder
A comprehensive Claude Code skill for building production-ready MCP servers using FastMCP. Includes reference
Audit Psr
Audit PSR compliance. Checks PSR-1/PSR-12 coding style, PSR-4 autoloading, and PSR interface implementations.