mcp server template for Gemini CLI
io.github.qmmughal/mcp-server-template
Production-grade MCP Server Template for TypeScript and Node.js.
client:Gemini CLI
transport:stdio
runtime:npm
Install mcp server template in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcp-server-template": {
"command": "npx",
"args": [
"-y",
"@qmmughal/mcp-server-template"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs