TeLLMphone ☎️
Let your LLMs call each other.
TeLLMphone is a local MCP server that lets coding agents place calls to each other, or to another headless session of the same agent with a different personality or model. Claude Code can ring Codex, Gemini, or Grok with a question about the current project and get an answer back, keep that conversation going across multiple turns, or leave a voicemail for the next agent session to pick up. Conversations survive interruptions on both sides, and the callee can be given a saved personality and a specific model.
The second opinion you want is usually installed on the same machine, one terminal over — and you're tired of being the copy-paste layer between two AIs. Now they can just call each other.
Currently supports Claude Code, Codex, Gemini, and Grok; other agents can be added as plugins.
Requirements
- macOS or Linux
- Python 3.11+ and uv
- The agent CLIs you want to connect (
claude,codex,agy,grok), installed and logged in
Install
uv tool install tellmphone # or: pipx install tellmphone
tellmphone install
install registers the MCP server with every agent CLI it finds — via
claude mcp add, codex mcp add, grok mcp add, or Gemini's shared MCP config — and sets
the config needed for non-interactive tool approval where the CLI requires it.
It is idempotent; rerun it if you move the checkout. tellmphone uninstall
removes the registrations (it does not delete ~/.tellmphone/).
Usage
You talk to your agent; your agent works the phone. In a Claude Code session:
Call codex and get a second opinion on this migration. Use the grumpy-reviewer personality.
Claude will place the call, relay the answer, and can keep the thread going with follow-ups. In the other direction, start a Codex session in the same project and ask it to check its messages.
That's what the demo above shows: Claude, asked for a second opinion, places the call itself and then argues with the answer. You can also work the phone yourself:
tellmphone call codex "Sanity-check the file locking in src/store.py." --personality grumpy-reviewer
tellmphone reply "Fair. Would any of it break on Windows?"
tellmphone messages
tellmphone show call-7f3k9q2m
tellmphone gc --days 30
The tools the agents get:
| Tool | What it does |
|---|---|
call |
Send a message to an agent about a project. Optional personality and model. Starts a live turn, or leaves it as voicemail. |
reply |
Follow up on an existing call. The callee resumes with full context. |
check_messages |
List unread messages and open calls for a project. |
get_call |
Recover one call's metadata and full transcript without changing unread state. |
report_progress |
Let an active callee send intermediate updates without finishing its turn. |
hang_up |
Close a call. The transcript is kept. |
phonebook |
List available agents, model catalogs (id + call/personality routing; one default), and personalities. |
How it works
┌─────────────┐ MCP (stdio) ┌──────────────────┐ headless CLI ┌─────────────┐
│ Claude Code │ ──────────────► │ TeLLMphone │ ───────────────► │ codex exec │
│ (caller) │ call/reply/… │ switchboard │ spawn / resume │ (callee) │
└─────────────┘ └──────────────────┘ └─────────────┘
There is no daemon. Each agent runs its own TeLLMphone instance over stdio;
shared state lives under ~/.tellmphone/. A live call records the message,
spawns one detached callee turn (codex exec, claude -p, agy --print,
grok -p) in the project directory, and returns the stable call id. When the
turn finishes, its answer lands in the caller's mailbox. Replies start another
one-shot turn and resume the callee's native session where the CLI exposes
one. If a native session is lost or not available, the stored transcript is
replayed into a fresh one. Long-running callees can leave intermediate progress
updates in the caller's mailbox while the final turn continues. Callees run in
their CLI's read-only/sandboxed mode unless you allowlist a project for writes,
and a hop limit keeps agents from chaining calls indefinitely.
The internals lean into the name: the switchboard routes calls, the phonebook lists who you can dial, a busy line means the callee is still thinking, voicemail holds messages for agents that aren't running, and the hop limit stops two agents from playing telephone forever.
Details, including the security model, are in docs/DESIGN.md.
Configuration
~/.tellmphone/config.toml:
[defaults]
timeout_s = 300 # how long the CLI waits for a live turn before returning ringing
max_hops = 2 # agent-to-agent chain depth limit
# default model per callee; a call's explicit model argument wins.
# Use whatever model ids your CLI accepts.
[agents.codex]
model = "gpt-5.5"
# standing write grant; callees run read-only unless a project is
# allowlisted here or the caller passes write=true for a specific call
[permissions."/path/to/project"]
write = true
The file is optional — everything has a sensible default. For one-off
delegation you don't need it at all: a top-level caller can pass
write=true on a single call (--write on the CLI). Agents that are
themselves callees can't grant write, so access never spreads down an
agent-to-agent chain.
Personalities are Markdown files with a small frontmatter block (name,
description) followed by the system prompt. Thirteen builtins ship with the
package and update with it — a neutral baseline (neutral), critics (grumpy-reviewer, security-auditor,
sycophancy-cop), thinking partners (rubber-duck, devils-advocate,
architect, the-algorithm, transaction-cost-accountant), and builders
(debugger, test-engineer, evidence-engineer, tiny-hacker); your own live in
~/.tellmphone/personalities/. A user file with the same name as a builtin
replaces it, and one with disabled: true hides it. Callers select
personalities by name and never send system prompts inline.
Data
Call records and transcripts live under ~/.tellmphone/projects/.
Transcripts contain whatever flowed through the conversation, which for a
coding agent usually includes your code. Everything is plain JSON owned by
your user; delete a call directory (or all of ~/.tellmphone/) to purge.
Development
uv sync
uv run pytest
The test suite runs against fake claude/codex/agy/grok executables, so it needs
neither CLI installed nor network. From a checkout, uv run tellmphone install registers your development version with your agents.
TeLLMphone is a project powered by The California Open Source Company. Licensed under Apache 2.0.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tellmphone-0.2.3.tar.gz.
File metadata
- Download URL: tellmphone-0.2.3.tar.gz
- Upload date:
- Size: 695.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
638fc5b1e7cca8a88061985caa1136decf8e5cb42b2cd641f602d43dd59b8886
|
|
| MD5 |
d8754d355aaa72e204d2a80e61f3bb2e
|
|
| BLAKE2b-256 |
d4ac260cd7dc0b6634483ed2848771aba58b2e46e6188dc3f54d96d5d99f7ab9
|
Provenance
The following attestation bundles were made for tellmphone-0.2.3.tar.gz:
Publisher:
publish.yml on CaliforniaOpenSource/tellmphone
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tellmphone-0.2.3.tar.gz -
Subject digest:
638fc5b1e7cca8a88061985caa1136decf8e5cb42b2cd641f602d43dd59b8886 - Sigstore transparency entry: 2171831312
- Sigstore integration time:
-
Permalink:
CaliforniaOpenSource/tellmphone@f78b940a030aa19e49000ef93c0e7aa95c9e3c17 -
Branch / Tag:
refs/tags/v0.2.3 - Owner: https://github.com/CaliforniaOpenSource
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f78b940a030aa19e49000ef93c0e7aa95c9e3c17 -
Trigger Event:
release
-
Statement type:
File details
Details for the file tellmphone-0.2.3-py3-none-any.whl.
File metadata
- Download URL: tellmphone-0.2.3-py3-none-any.whl
- Upload date:
- Size: 53.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b6a5852a5fbc0c89f86a948b72c4d84df5e536c846af7aaa34c6baad89c58cfc
|
|
| MD5 |
f131fae3014285b809292f7d8b7640d0
|
|
| BLAKE2b-256 |
edba6b5b1f44ff42800286fe644a04e968445c181145437081c04da0fc92c0a2
|
Provenance
The following attestation bundles were made for tellmphone-0.2.3-py3-none-any.whl:
Publisher:
publish.yml on CaliforniaOpenSource/tellmphone
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tellmphone-0.2.3-py3-none-any.whl -
Subject digest:
b6a5852a5fbc0c89f86a948b72c4d84df5e536c846af7aaa34c6baad89c58cfc - Sigstore transparency entry: 2171831440
- Sigstore integration time:
-
Permalink:
CaliforniaOpenSource/tellmphone@f78b940a030aa19e49000ef93c0e7aa95c9e3c17 -
Branch / Tag:
refs/tags/v0.2.3 - Owner: https://github.com/CaliforniaOpenSource
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f78b940a030aa19e49000ef93c0e7aa95c9e3c17 -
Trigger Event:
release
-
Statement type: