Front MCP for Gemini CLI
io.github.wearehoust/front-mcp
MCP server for Front: conversations, contacts, messages, tags, and inbox workflows.
client:Gemini CLI
transport:stdio
runtime:npm
Install Front MCP in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"front-mcp": {
"command": "npx",
"args": [
"-y",
"@houst-com/front-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs