grahama1970

Claude Code MCP Enhanced — Development agent for Claude Code

Development community intermediate

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

...