MCP Directory
Back

claude-code-mcp-enhanced

by grahama1970 · JavaScript · ★ 120

Enhanced Claude Code MCP server with orchestration capabilities, reliability improvements, and self-contained execution patterns

Install

npx -y github:grahama1970/claude-code-mcp-enhanced

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "claude-code-mcp-enhanced": {
      "command": "npx",
      "args": [
        "-y",
        "github:grahama1970/claude-code-mcp-enhanced"
      ]
    }
  }
}

From the README

> **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 n…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers