packforai mcp for Gemini CLI
io.github.zymsj8j9z9-ship-it/packforai-mcp
Convert PDF, DOCX, XLSX, CSV, JSON into clean, AI-ready Markdown via the PackForAI API.
client:Gemini CLI
transport:stdio
runtime:npm
Install packforai mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"packforai-mcp": {
"command": "npx",
"args": [
"-y",
"packforai-mcp"
],
"env": {
"PACKFORAI_API_KEY": "<PACKFORAI_API_KEY>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs