---
title: "Claude Code, Codex, and Gemini in ONE app"
url: https://daily.dev/posts/claude-code-codex-and-gemini-in-one-app-vfsnf9pgr
source_url: https://www.youtube.com/watch?v=sZDjE-9esEg
type: video:youtube
source: "codeSTACKr"
published: 2026-05-13T15:11:06.691Z
updated: 2026-05-13T15:11:26.050Z
tags: ["ai-agents", "mcp", "claude-code"]
reading_time: 6
upvotes: 1
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Claude Code, Codex, and Gemini in ONE app

**[codeSTACKr](https://daily.dev/sources/codestackr)** · 6 min read · 1 upvotes · 0 comments

## Summary

Solo is a desktop workspace that runs multiple AI coding agents (Claude Code, Codex, Gemini) side-by-side, with each pane communicating via a local MCP server bus. The author built an external bridge using LiveKit to enable remote access to Solo's agent processes via phone call or a Next.js web app. This lets developers check on stuck agents, send voice or text responses, and keep work moving when away from their laptop. The architecture uses LiveKit for telephony, WebRTC, and voice loop, while a lightweight voice agent connects to Solo's MCP tools over stdio. The tool set is narrowed from 78 to ~10 tools to keep the voice LLM manageable, with a custom fan-out tool for cross-project queries.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.youtube.com/watch?v=sZDjE-9esEg>

## Similar posts on daily.dev

- [CodeMote: Claude Code, Codex, any CLI agent. Driven from your iPhone](https://daily.dev/posts/codemote-claude-code-codex-any-cli-agent-driven-from-your-iphone-z41lg2ys1) · Product Hunt · 1 upvotes · 0 comments

---

Tags: [#ai-agents](https://daily.dev/tags/ai-agents), [#mcp](https://daily.dev/tags/mcp), [#claude-code](https://daily.dev/tags/claude-code)

[View this post on daily.dev](https://daily.dev/posts/claude-code-codex-and-gemini-in-one-app-vfsnf9pgr)
