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

Related MCP server: MCP Coding Agents

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
license - permissive license
B
quality
C
maintenance

Maintenance

Maintainers
Response time
0dRelease cycle
6Releases (12mo)
Commit activity

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

  • A
    license
    -
    quality
    F
    maintenance
    An 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.
    27
    54
    Apache 2.0
  • A
    license
    -
    quality
    C
    maintenance
    A 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.
    10
    1
    MIT

View all related MCP servers

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

View all MCP Connectors

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