← Back to Plugins
MCP Server MCP

io.github.houtini-ai/gemini

github By github 👁 1 views ▲ 0 votes

Model Context Protocol server for Google Gemini AI with chat, research, and grounding

Homepage Verified source GitHub

Install

npx -y @houtini/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@houtini/gemini-mcp",
      "version": "2.6.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Google AI Studio API key (get from https://aistudio.google.com/apikey)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "GEMINI_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...