Skip to content
Cursor

Codex ServerOps MCP for Cursor

io.github.cyyprezz/codex-serverops-mcp

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

client:Cursor transport:stdio runtime:pypi

Install Codex ServerOps MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Codex ServerOps MCP in other clients