CCG MCP Tool MCP Server

1

Add it to Claude Code

Run this in a terminal.

Run in terminal
claude mcp add ccg-mcp-tool -- npx -y @diazstg/ccg-mcp-tool --provider gemini --agent-mode read-only
README.md

Integrates Claude Code, OpenAI Codex, and Google Gemini into one workflow.

CCG MCP Tool (Claude Code/Codex/Gemini)

MCP server that integrates Claude Code, OpenAI Codex, and Google Gemini into a single workflow. Analyze codebases with Gemini's massive context window, get precision edits with Codex, or use Claude's reasoning — all from one MCP interface.

Quick Start

claude mcp add ccg-tool -- npx -y @diazstg/ccg-mcp-tool

Or configure manually:

{
  "mcpServers": {
    "ccg-tool": {
      "command": "npx",
      "args": ["-y", "@diazstg/ccg-mcp-tool", "--provider", "gemini", "--agent-mode", "read-only"]
    }
  }
}

Prerequisites

Tools

Tool Description
ask-ai Universal AI analysis across providers
brainstorm Structured ideation (SCAMPER, lateral, etc.)
mitigate-mistakes Research-grounded gates for common AI failures
coordinate-review Coordinated multi-gate review by task type
deploy-agents Multi-agent orchestration (parallel/sequential/fan-out)
agent-status Monitor orchestration sessions
fetch-chunk Retrieve chunks from large responses
ping Test connectivity
Help List available tools
timeout-test Developer timeout testing

Documentation

License

MIT — see LICENSE.

Disclaimer: This is an unofficial tool and is not affiliated with Google, OpenAI, or Anthropic.

Tools (10)

ask-aiUniversal AI analysis across providers
brainstormStructured ideation (SCAMPER, lateral, etc.)
mitigate-mistakesResearch-grounded gates for common AI failures
coordinate-reviewCoordinated multi-gate review by task type
deploy-agentsMulti-agent orchestration (parallel/sequential/fan-out)
agent-statusMonitor orchestration sessions
fetch-chunkRetrieve chunks from large responses
pingTest connectivity
HelpList available tools
timeout-testDeveloper timeout testing

Configuration

claude_desktop_config.json
{"mcpServers": {"ccg-tool": {"command": "npx", "args": ["-y", "@diazstg/ccg-mcp-tool", "--provider", "gemini", "--agent-mode", "read-only"]}}}

Try it

Use ask-ai to analyze the current codebase for potential security vulnerabilities.
Brainstorm new feature ideas for this project using the SCAMPER method.
Deploy agents to perform a multi-gate review of the latest pull request.
Check the status of my current multi-agent orchestration session.

Frequently Asked Questions

What are the key features of CCG MCP Tool?

Unified interface for Claude Code, OpenAI Codex, and Google Gemini. Multi-agent orchestration with parallel and sequential execution. Research-grounded mistake mitigation gates. Structured ideation tools including SCAMPER and lateral thinking. Large context window analysis via Gemini integration.

What can I use CCG MCP Tool for?

Performing cross-provider code analysis to leverage different model strengths. Orchestrating complex coding tasks across multiple AI agents. Conducting structured brainstorming sessions for software architecture. Automating code reviews with research-backed mitigation gates.

How do I install CCG MCP Tool?

Install CCG MCP Tool by running: claude mcp add ccg-tool -- npx -y @diazstg/ccg-mcp-tool

What MCP clients work with CCG MCP Tool?

CCG MCP Tool works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep CCG MCP Tool docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare