loading…
Search for a command to run...
loading…
This is a powerful Model Context Protocol (MCP) server that integrates multiple AI coding agents—Anthropic Claude Code, OpenAI Codex, and Google Gemini—directly
This is a powerful Model Context Protocol (MCP) server that integrates multiple AI coding agents—Anthropic Claude Code, OpenAI Codex, and Google Gemini—directly into your workflow. It enables seamless cross-provider analysis, leveraging Gemini's massive token window, Codex's specialized coding capabilities, and Claude's advanced reasoning.
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 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"]
}
}
}
| 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 |
MIT — see LICENSE.
Disclaimer: This is an unofficial tool and is not affiliated with Google, OpenAI, or Anthropic.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"ccg-mcp-tool": {
"command": "npx",
"args": []
}
}
}