progi for Cursor
io.github.zseta/progi
MCP-native workflow engine: teach agents your processes once, they execute them consistently.
client:Cursor
transport:stdio
runtime:pypi
Install progi in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"progi": {
"type": "stdio",
"command": "uvx",
"args": [
"progi"
],
"env": {
"PROGI_DB_PATH": "<PROGI_DB_PATH>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs