OGForge MCP for Gemini CLI
io.github.dpozimski/ogforge-mcp
Generate Open Graph images with themes and Lucide icons
client:Gemini CLI
transport:stdio
runtime:npm
Install OGForge MCP in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"ogforge-mcp": {
"command": "npx",
"args": [
"-y",
"ogforge-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs