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
{
"mcpServers": {
"gemini-tool-2": {
"command": "npx",
"args": [
"-y",
"gemini-mcp-tool"
]
}
}
}