Skip to main content
Glama

CCG MCP Tool (Claude Code/Codex/Gemini)

GitHub Release npm version npm downloads License: MIT

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.

Claude Google Gemini OpenAI

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.

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Latest Blog Posts

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