Skip to content
Grok

progi for Grok

io.github.zseta/progi

MCP-native workflow engine: teach agents your processes once, they execute them consistently.

client:Grok transport:stdio runtime:pypi

Install progi in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

progi in other clients