cross-agent MCP
by whooperlove
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CROSS_AGENT_HOME | No | Location of the registry, locks, and logs | ~/.cross-agent |
| CROSS_AGENT_SELF | No | Force which agent is treated as the caller (auto-detected) | |
| CROSS_AGENT_DEBUG | No | DEBUG logging when set to any value | |
| CROSS_AGENT_SCOPE | No | Default discovery scope (cwd / tree / any) | cwd |
| CROSS_AGENT_TIMEOUT | No | Budget (seconds) for the peer's turn itself. Doesn't make the caller wait | 600 |
| CROSS_AGENT_UI_HOOK | No | Codex panel injection (auto / off / require) | auto |
| CROSS_AGENT_MAX_HOPS | No | Maximum number of relays per conversation | 4 |
| CROSS_AGENT_CODEX_BIN | No | CLI path for Codex | codex |
| CROSS_AGENT_CLAUDE_BIN | No | CLI path for Claude Code | claude |
| CROSS_AGENT_REAL_CODEX | No | The real codex binary for the shim to wrap (auto-discovered) | |
| CROSS_AGENT_CODEX_MODEL | No | Force a specific Codex model | |
| CROSS_AGENT_REAL_CLAUDE | No | The real claude binary for the shim to wrap (auto-discovered) | |
| CROSS_AGENT_CLAUDE_MODEL | No | Force a specific Claude model | |
| CROSS_AGENT_DELIVERY_TTL | No | How long finished delivery records are kept (seconds, default 7 days) | 604800 |
| CROSS_AGENT_CODEX_SANDBOX | No | Sandbox for newly created Codex sessions (read-only / workspace-write / danger-full-access) | read-only |
| CROSS_AGENT_CODEX_SCAN_LIMIT | No | Safety cap on Codex rollout scanning (applies only to scope=any) | 2000 |
| CROSS_AGENT_ACTIVE_WINDOW_MIN | No | Maximum elapsed time (minutes) for a session to still count as active | 240 |
| CROSS_AGENT_CLAUDE_PERMISSION_MODE | No | --permission-mode passed on Claude calls (acceptEdits / bypassPermissions / plan, etc.) |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityActive
ResponsivenessNo issues