claude-code-mcp-enhanced

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

GitHub Stars

86

User Rating

Not Rated

Favorites

0

Views

47

Forks

12

Issues

5

Installation
Difficulty
Advanced
Estimated Time
20-45 minutes

Installation

You can install and use this MCP server in three different ways: The most flexible method is to install directly from GitHub using npx. This always fetches the latest version from the repository. Add the following to your .mcp.json file:
json
{
  "mcpServers": {
    "claude-code-mcp-enhanced": {
      "command": "npx",
      "args": [
        "github:grahama1970/claude-code-mcp-enhanced"
      ],
      "env": {
        "MCP_CLAUDE_DEBUG": "false",
        "MCP_HEARTBEAT_INTERVAL_MS": "15000",
        "MCP_EXECUTION_TIMEOUT_MS": "1800000"
      }
    }
  }
}

Additional Resources