Skip to main content
Glama
nevzoom

codex-claude-bridge-mcp

by nevzoom

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CODEX_CLAUDE_BRIDGE_DATA_DIRNoAbsolute path to the shared bridge data directory. Defaults to ~/.codex-claude-bridge if not set.~/.codex-claude-bridge

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
create_taskB

Create a shared task that either Codex or Claude Code can claim.

list_tasksB

List tasks in the shared coordination board.

claim_taskA

Claim an open task before starting work; prevents duplicate ownership.

update_taskB

Update a task's status, owner, or final result.

post_messageB

Send a message to the other agent, optionally attached to a task.

read_messagesA

Read shared messages, optionally filtering for a task or recipient.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 6 tools

Disambiguation5/5

Each tool targets a distinct action: creating, listing, claiming, updating tasks, and posting/reading messages. There is no overlap or ambiguity between any two tools.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (create_, list_, claim_, update_, post_, read_). The naming is predictable and uniform.

Tool Count5/5

Six tools is a well-scoped size for a coordination bridge. Each tool earns its place and covers a necessary function without bloat.

Completeness4/5

The tool set covers the full task lifecycle (create, list, claim, update) and messaging (post, read). A minor gap is the absence of a dedicated get_task or delete/archive mechanism, but update_task can handle status changes.

Maintenance

ActivitySlowing
ResponsivenessNo issues