Skip to content
Zed

pil for Zed

io.github.pjpoulose/pil

PIL: local-first knowledge base for your Instagram saved posts, with a read-only MCP server.

client:Zed transport:stdio runtime:pypi

Install pil in Zed

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

{
  "context_servers": {
    "pil": {
      "command": "uvx",
      "args": [
        "personal-instagram-library"
      ]
    }
  }
}

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

pil in other clients