PCFHub for Gemini CLI
io.github.pcfhub/pcfhub
Find Power Apps PCF controls, read their docs, and validate pcfhub.json manifests.
client:Gemini CLI
transport:streamable-http
tools:8
Install PCFHub in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"pcfhub": {
"httpUrl": "https://pcfhub.dev/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs