Skip to content
Zed

pocketlantern for Zed

io.github.pocketlantern/pocketlantern

Blocker-aware decision layer for AI coding agents, grounded in source-linked, time-sensitive facts.

client:Zed transport:stdio runtime:npm

Install pocketlantern in Zed

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

{
  "context_servers": {
    "pocketlantern": {
      "command": "npx",
      "args": [
        "-y",
        "@pocketlantern/mcp-server"
      ]
    }
  }
}

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

pocketlantern in other clients