MCP Server
MCP
io.github.houtini-ai/gemini
Model Context Protocol server for Google Gemini AI with chat, research, and grounding
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
By
Comments
Sign in to leave a comment