Skip to content
Zed

CompactPrompt for Zed

io.github.gtkcyber/compactprompt

Review and compact prompts, docs, and AI-agent skills to save tokens, preserving structure.

client:Zed transport:stdio runtime:pypi

Install CompactPrompt in Zed

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

{
  "context_servers": {
    "compactprompt": {
      "command": "uvx",
      "args": [
        "compactprompt"
      ]
    }
  }
}

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

CompactPrompt in other clients