Gemini CLI
Integrates with Google's Gemini CLI to leverage massive token windows for analyzing large files and codebases, providing general queries, sandbox-mode code execution for safe testing, and structured response handling with behavioral flags for context control.
Featured
View Source910 stars
0 tools
Created Aug 2025
@jamubc/jamubc-gemini-cli-gemini-mcp-toolAbout
Integrates with Google's Gemini CLI to leverage massive token windows for analyzing large files and codebases, providing general queries, sandbox-mode code execution for safe testing, and structured response handling with behavioral flags for context control.
Categories
general
Installation
npm
npm install @jamubc/jamubc-gemini-cli-gemini-mcp-tool
Configuration
{
"mcpServers": {
"jamubc-gemini-cli-gemini-mcp-tool": {
"command": "npx",
"args": [
"-y",
"@jamubc/jamubc-gemini-cli-gemini-mcp-tool"
]
}
}
}