Skip to content
Zed

Fullbleed PDF Engine for Zed

io.github.fullbleed-engine/fullbleed-mcp

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

client:Zed transport:stdio runtime:pypi

Install Fullbleed PDF Engine in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

Fullbleed PDF Engine in other clients