Skip to content
Grok

oprocess for Grok

io.github.uncletim-gz/oprocess

AI-native process classification. 2436 processes + 3284 KPIs from APQC, ITIL, SCOR.

client:Grok transport:stdio runtime:pypi

Install oprocess in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "oprocess": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "oprocess"
      ]
    }
  }
}

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

oprocess in other clients