oh-my-openagent (MCP Server)

GitHub

omo/lazycodex: The coding agent for tokenmaxxers;the one and only agent harness for complex codebases. For your Codex, for your OpenCode

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "oh-my-openagent": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-oh-my-openagent"
      ]
    }
  }
}