Odel
Codex ServerOps MCP

Codex ServerOps MCP

Local
@cyyprezz1PythonMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIcodex-serverops-mcpv0.1.0

Run

uvx codex-serverops-mcp

MCP client config

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