walkthrough mcp for Gemini CLI
io.github.mrfentmen/walkthrough-mcp
Use this MCP server to retro game walkthroughs, FAQs, and cheats, backed by StrategyWiki's open...
client:Gemini CLI
transport:stdio
runtime:npm
Install walkthrough mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"walkthrough-mcp": {
"command": "npx",
"args": [
"-y",
"@mrfentmen/walkthrough-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs