progi for Claude Desktop
io.github.zseta/progi
MCP-native workflow engine: teach agents your processes once, they execute them consistently.
client:Claude Desktop
transport:stdio
runtime:pypi
Install progi in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"progi": {
"command": "uvx",
"args": [
"progi"
],
"env": {
"PROGI_DB_PATH": "<PROGI_DB_PATH>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs