gemini.nvim
Verified Safeby zaucy
Overview
Provides Neovim IDE integration for the Gemini CLI, including diff viewing and hook support, by configuring environment variables and workspace settings.
Installation
No command providedSecurity Notes
The plugin's core functionality involves generating local configuration files and setting environment variables for the Gemini CLI, and handling local RPC calls for hooks. There's no indication of direct network exposure or execution of arbitrary code via 'eval' within the provided description. The security relies heavily on the underlying 'mcp.nvim' and Gemini CLI tools. A full audit would require reviewing the actual Lua source code for file system operations and RPC handling, but based on the description, its mechanisms are standard for IDE integrations.
Similar Servers
gemini-cli
Provides an A2A (Agent-to-Agent) server for the Gemini CLI, enabling external agents to interact with and utilize the CLI's capabilities for executing tasks and accessing tools.
mcphub.nvim
Integrates Model Context Protocol (MCP) servers with Neovim to enable AI agent interaction for tools, resources, and prompts within the editing workflow.
gemini-mcp-tool
A Model Context Protocol (MCP) server that enables AI assistants to interact with the Google Gemini CLI for comprehensive code and file analysis, structured edit suggestions, and creative brainstorming.
nvim-mcp
A Model Context Protocol (MCP) server that provides seamless integration with Neovim instances, enabling AI assistants to interact with the editor through connections and access diagnostic information.