ccg-mcp-tool
CCG MCP Tool is a unified MCP server that integrates Claude Code, OpenAI Codex, and Google Gemini into a single workflow for AI-powered code analysis, ideation, review, and multi-agent orchestration.
ask-ai: Send prompts to Gemini, Codex, or Claude for code analysis, file inspection (via@syntax), and structured edit suggestions; supports sandbox mode (Gemini) and chunked responses for large outputs.brainstorm: Generate ideas using creative frameworks (SCAMPER, Design Thinking, lateral thinking, etc.) with feasibility analysis, domain context integration, and configurable idea counts.mitigate-mistakes: Apply targeted, research-grounded skill gates (e.g., requirements-grounding, secure-coding, dependency-verification) to detect common AI coding mistakes at specific development stages.coordinate-review: Run an automated multi-gate code review tailored to a task type (feature, bugfix, refactor, dependency-update), producing gate-by-gate findings and a merge recommendation.deploy-agents: Orchestrate up to 10 AI agents in parallel, sequential, or fan-out strategies for collaborative or independent task execution, with support for Claude Code Agent Teams.agent-status: Monitor and inspect active or recent multi-agent orchestration sessions.fetch-chunk: Retrieve paginated chunks from large cached responses (e.g., structured change mode outputs).ping: Test connectivity to the MCP server.Help: Display help information for the configured AI provider CLI.timeout-test: Developer utility to test timeout prevention behavior.
Allows analyzing codebases using Google Gemini's massive context window within a unified workflow.
Provides precision code edits and analysis through integration with OpenAI Codex.
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.
Related MCP server: MCP Coding Agents
Quick Start
claude mcp add ccg-tool -- npx -y @diazstg/ccg-mcp-toolOr configure manually:
{
"mcpServers": {
"ccg-tool": {
"command": "npx",
"args": ["-y", "@diazstg/ccg-mcp-tool", "--provider", "gemini", "--agent-mode", "read-only"]
}
}
}Prerequisites
Node.js v16+
At least one AI CLI: Gemini CLI, Codex CLI, or Claude Code
Tools
Tool | Description |
| Universal AI analysis across providers |
| Structured ideation (SCAMPER, lateral, etc.) |
| Research-grounded gates for common AI failures |
| Coordinated multi-gate review by task type |
| Multi-agent orchestration (parallel/sequential/fan-out) |
| Monitor orchestration sessions |
| Retrieve chunks from large responses |
| Test connectivity |
| List available tools |
| Developer timeout testing |
Documentation
License
MIT — see LICENSE.
Disclaimer: This is an unofficial tool and is not affiliated with Google, OpenAI, or Anthropic.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityFmaintenanceAn enhanced Model Context Protocol server that enables Claude to seamlessly collaborate with multiple AI models (Gemini, OpenAI, local models) for code analysis and development tasks, maintaining context across conversations.2754Apache 2.0
- Alicense-qualityCmaintenanceA transport-agnostic MCP server that integrates multiple AI coding agents (Claude Code, Gemini, and Codex) with built-in tools for command execution, calculations, and streaming capabilities. Supports both STDIO and HTTP transports for flexible deployment.101MIT
- Alicense-qualityFmaintenanceA Model Context Protocol (MCP) server that enables multiple AI agents to share memory, coordinate tasks, and collaborate effectively across IDEs and CLI tools.1214MIT
- Alicense-qualityBmaintenanceA Model Context Protocol (MCP) server that turns multiple AI coding agents into a coordinated team that chats, debates, remembers, audits security, and works in parallel on the same project.MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Real-time chat hub for AI agents — Claude Code, Cursor, Cline, Codex over MCP or REST.
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/diaz3618/ccg-mcp-tool'
If you have feedback or need assistance with the MCP directory API, please join our Discord server