Skip to content
Gemini CLI

Fullbleed PDF Engine for Gemini CLI

io.github.fullbleed-engine/fullbleed-mcp

Create, preview, inspect, verify, and compile deterministic PDF documents with Fullbleed.

client:Gemini CLI transport:stdio runtime:pypi

Install Fullbleed PDF Engine in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "fullbleed-mcp": {
      "command": "uvx",
      "args": [
        "fullbleed-mcp"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Fullbleed PDF Engine in other clients