Skip to content
Cursor

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

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

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

progi in other clients