codex-intercom-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CODEX_INTERCOM_NAME | No | Optional intercom display name for this Codex session. Set at MCP registration time with --env CODEX_INTERCOM_NAME=planner. | |
| PI_CODING_AGENT_DIR | No | Overrides the base directory for intercom runtime files, including the broker Unix domain socket. The socket path becomes $PI_CODING_AGENT_DIR/intercom/broker.sock. Defaults to ~/.pi/agent. | |
| CODEX_INTERCOM_MODEL | No | Optional model label for the session. Set at MCP registration time with --env CODEX_INTERCOM_MODEL=codex. | |
| AGENT_INTERCOM_SCOPE_ID | No | Broker-enforced scope routing via protocol v4. Defines the logical scope for session discovery and messaging. Same-scope sessions see each other; cross-scope messaging requires explicit full session ID. Not a security boundary. Defaults to no scope (global). | |
| CODEX_INTERCOM_SESSION_ID | No | Optional stable session ID for this Codex session. Set at MCP registration time with --env CODEX_INTERCOM_SESSION_ID=codex-planner. |
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
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| intercom_whoamiA | Return this Codex session's intercom identity for reliable targeting. |
| intercom_teamA | Show your current manager and the live coworkers owned by that manager. No arguments are required. |
| intercom_statusA | Show intercom connection status, active sessions, unread messages, and pending asks. |
| intercom_listB | List intercom-connected Pi or Codex sessions on this machine. |
| intercom_set_summaryA | Publish a short status summary so other sessions can discover what this Codex session is doing. |
| intercom_sendB | Send a non-blocking direct message to another intercom session by name, full ID, or unique ID prefix. |
| intercom_askA | Ask another intercom session a question only when the next step depends on its reply. Use intercom_send for assignments, progress/status checkpoints, and notifications. |
| intercom_pendingB | Read unread inbound messages and unresolved asks for this Codex session. |
| intercom_replyA | Reply to a pending inbound ask. Use to plus which=oldest/latest when one sender has multiple unresolved asks. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ctliz/agent-intercom-codex'
If you have feedback or need assistance with the MCP directory API, please join our Discord server