ask-gemini-mcp

nlink-jp/ask-gemini-mcp
★ 0 stars Go AI/LLM Updated 12d ago
MCP server exposing ask_gemini(prompt) — forwards prompts to Vertex AI Gemini for a second opinion from AI coding agents.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ask-gemini-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/nlink-jp/ask-gemini-mcp@latest"
      ]
    }
  }
}

README Excerpt

A Model Context Protocol (MCP) server that exposes a single tool, `ask_gemini(prompt)`, which forwards the prompt to Vertex AI Gemini and returns the response. Intended as a second-opinion channel for AI coding agents (Claude Code, Claude Desktop, …) — especially useful in MCP clients without shell access, where the existing `gem-*` CLI tools cannot be

Tools (3)

ASK_GEMINI_LOCATIONASK_GEMINI_MODELASK_GEMINI_PROJECT