#351 · Primary category: AI Coding Assistants
gemini-mcp-tool
MCP server that enables AI assistants to interact with Google Gemini CLI, leveraging Gemini's massive token window for large file analysis and codebase understanding
Project last updated:07/21/26
GitHub Stars
2.3K
Forks
199
Contributors
4
License
Other
Why we included this project
Point an MCP-compliant assistant like Claude Code at a large file or an unfamiliar repository and you'll quickly hit its context ceiling. This server works around that by passing the heavyweight analysis to Gemini, whose larger token window can chew through big files and codebases, then returns the result to your usual assistant. You direct Gemini with an `@` syntax, and the tool now defaults to Google's Antigravity CLI (`agy`) since the Gemini CLI was retired, so it keeps working as the underlying tooling changes. That makes it handy for large refactors, reviewing big diffs, or getting oriented in legacy code you didn't write, without burning your assistant's context budget.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.