Skip to content

Codex ServerOps MCP for Zed

io.github.cyyprezz/codex-serverops-mcp

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

client:Zed transport:stdio runtime:pypi

Install Codex ServerOps MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "codex-serverops-mcp": {
      "command": "uvx",
      "args": [
        "codex-serverops-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Codex ServerOps MCP in other clients