# code-yeongyu/oh-my-openagent | Model Context Protocol (MCP) Server > omo/lazycodex: The coding agent for tokenmaxxers;the one and only agent harness for complex codebases. For your Codex, for your OpenCode - **Stars**: ⭐ 67,777 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "oh-my-openagent": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-oh-my-openagent" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "oh-my-openagent": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-oh-my-openagent" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-oh-my-openagent` - **Docker**: `docker run -i --rm mcp/oh-my-openagent`