MojaLab Content for Gemini CLI
com.mojalab/content
Read-only access to MojaLab.com blog content: search and read posts, pages and tags as Markdown.
client:Gemini CLI
transport:streamable-http
tools:9
Install MojaLab Content in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"content": {
"httpUrl": "https://mojalab.com/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs