Skip to content
Grok

Codex ServerOps MCP for Grok

io.github.cyyprezz/codex-serverops-mcp

Stateful Windows OpenSSH server operations for Codex with local credential handling.

client:Grok transport:stdio runtime:pypi

Install Codex ServerOps MCP in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "codex-serverops-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "codex-serverops-mcp"
      ]
    }
  }
}

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

Codex ServerOps MCP in other clients