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
{
"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