Skip to content
Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

packforai mcp in other clients