xpuoj

ohtensorplay/xpuoj
★ 0 stars TypeScript Browser/Web Updated today
XPUOJ CLI, MCP server, and Codex plugin.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "xpuoj": {
      "command": "npx",
      "args": [
        "-y",
        "ohtensorplay/xpuoj"
      ]
    }
  }
}

README Excerpt

XPUOJ lets Codex fetch problems and submit authorized source through the official XPUOJ API. It runs locally and uses your existing XPUOJ browser sign-in; no browser extension or page connection is required. ```bash codex plugin marketplace add ohtensorplay/xpuoj codex plugin add xpuoj --marketplace tensorplay-xpuoj