Skip to content
Zed

progi for Zed

io.github.zseta/progi

MCP-native workflow engine: teach agents your processes once, they execute them consistently.

client:Zed transport:stdio runtime:pypi

Install progi in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "progi": {
      "command": "uvx",
      "args": [
        "progi"
      ],
      "env": {
        "PROGI_DB_PATH": "<PROGI_DB_PATH>"
      }
    }
  }
}

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

progi in other clients