Progi
Rank #36,343io.github.zseta/progi
MCP-native workflow engine: teach agents your processes once, they execute them consistently.
Progi is a Model Context Protocol (MCP) server published by zseta. It ranks #36,343 of 132,046 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Progi is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 3 tracked versions. It was first listed on Jun 15, 2026 and most recently updated on Jun 16, 2026.
Ranks ahead of 95,703 of 132,046 servers on MCP Toplist.
Use Progi
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add progi -e "PROGI_DB_PATH=<your PROGI_DB_PATH>" -- uvx progiReplace each placeholder with your own value before saving.
[mcp_servers.progi]
command = "uvx"
args = ["progi"]
[mcp_servers.progi.env]
PROGI_DB_PATH = "<your PROGI_DB_PATH>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"progi": {
"command": "uvx",
"args": [
"progi"
],
"env": {
"PROGI_DB_PATH": "<your PROGI_DB_PATH>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"progi": {
"command": "uvx",
"args": [
"progi"
],
"env": {
"PROGI_DB_PATH": "<your PROGI_DB_PATH>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"progi": {
"type": "stdio",
"command": "uvx",
"args": [
"progi"
],
"env": {
"PROGI_DB_PATH": "<your PROGI_DB_PATH>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"progi": {
"command": "uvx",
"args": [
"progi"
],
"env": {
"PROGI_DB_PATH": "<your PROGI_DB_PATH>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"progi": {
"command": "uvx",
"args": [
"progi"
],
"env": {
"PROGI_DB_PATH": "<your PROGI_DB_PATH>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.zseta%2Fprogi)<a href="https://mcptoplist.com/server/io.github.zseta%2Fprogi"><img src="https://mcptoplist.com/badge/io.github.zseta%2Fprogi.svg" alt="MCP Toplist: Top 50% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
zseta
Available versions (3)
| Version | Published |
|---|---|
| 0.3.2-registry.2 | Jun 16, 2026 |
| 0.3.2-registry.1 | Jun 16, 2026 |
| 0.3.2 | Jun 16, 2026 |
Frequently asked questions
- Who maintains Progi?
- Progi is maintained by zseta, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Progi listed on the Official MCP Registry?
- Yes — Progi is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does Progi have?
- MCP Toplist tracks 3 versions of Progi, most recently published on Jun 16, 2026.
- Where can I find the source code for Progi?
- The source code for Progi is hosted at github.com/zseta/progi.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.