Progi
Progi - MCP-native Workflow Engine
Progi teaches your agent how you like to get things done. So you can do your best work without re-explaining your process or losing context between sessions.
Get started
Add Progi to your MCP client config (GH Copilot / Cursor / Claude Code / etc):
{
"mcpServers": {
"progi": {
"command": "uvx",
"args": ["progi"]
}
}
}Progi Monitoring starts automatically at http://127.0.0.1:8000.
If you want to start Monitoring on a different port:
{
"mcpServers": {
"progi": {
"command": "uvx",
"args": ["progi"],
"env": {
"PROGI_WEB_PORT": "8080"
}
}
}
}Related MCP server: Tycana
How it works
1. Describe your workflow
"Hey Progi, help me create workflow for creating integrations, reviewing code, and publishing PRs."
Describe your process in plain language. You can be detailed or just provide a rough idea. Progi stores it as a structured workflow with per-step playbooks.
2. Run tasks, stay in the loop
"Hey Progi, start a new task, we need to review a new docs PR in the repo." Your agent loads the workflow, works through each step using your playbooks, and loops you in at critical checkpoints to review output.
3. Monitor progress
Progi Monitoring gives you a live view of every running and completed task — status, progress, and the full output history across all your workflows.
4. Optimize as you go
Tweak playbooks between runs. Because workflows live in a database and survive context resets, every future task picks up your changes automatically — your process gets sharper with each iteration.
MCP Tools
Work loop
Tool | Description |
| Create a new task under a given workflow (status |
| List tasks, optionally filtered by status and/or workflow |
| Main work-loop entry point — starts or resumes a task and returns the current step's playbook, input data, and output spec |
| Overwrite a task's progress notes (mid-step save point) |
| Mark the current step complete, store its output, and advance to the next step (or mark done) |
Workflow authoring
Tool | Description |
| Return the Pass 1 system prompt for turning a plain-language description into a structured workflow skeleton |
| Return the Pass 2 system prompt for authoring a step's playbook (injects workflow context) |
| Persist a new workflow, its steps, and playbooks |
| Return all workflows with their ordered steps |
| Replace the playbook content for a step |
Authoring is two passes: Pass 1 turns a plain-language description into a structured skeleton; Pass 2 authors each step's playbook. save_workflow persists both.
Configuration
Variable | Default | Purpose |
| OS data dir ( | SQLite file location |
|
| Web UI bind host |
|
| Web UI port |
|
| Set to |
Run modes: uvx progi (MCP + web UI), uvx progi --no-web (MCP only), uvx progi-web (web UI only).
Use an absolute path for
PROGI_DB_PATH
This server cannot be installed
Maintenance
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zseta/progi'
If you have feedback or need assistance with the MCP directory API, please join our Discord server