claude-intercom
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CLAUDE_CONFIG_DIR | No | Where Claude Code stores projects/ transcripts | ~/.claude |
| CLAUDE_INTERCOM_DIR | No | Where messages are stored | ~/.claude-intercom |
| CLAUDE_INTERCOM_SESSION | No | Force this server's session identity (a session id) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_sessionsA | List Claude Code sessions discovered on this machine — recent ones and which are currently live (running in a tmux pane). Use scope='live' to see only sessions you can reach right now, or pass a project filter. |
| whoamiA | Identify which Claude Code session this is (its id, project, and cwd). Useful so other sessions can message you back. |
| send_messageA | Send an async message to another Claude Code session. It lands in that session's intercom inbox; the recipient reads it with read_messages on its next turn. Set deliver_live=true to also inject it immediately into the recipient's live tmux pane (this interrupts whatever it's doing). |
| read_messagesA | Read intercom messages other sessions have sent to you. Call this at the start of a turn (or when prompted) to pick up cross-session messages. Marks them read. |
| replyA | Reply to a message in your inbox. Looks up the original sender by message id and delivers your reply to their inbox (and live, if they're running). |
| askA | Ask a LIVE session a question and wait for its answer. Injects the question into the target's running terminal, then reads the answer back from its transcript. Only works on sessions marked live in list_sessions. Note: this interrupts what the target is currently doing. |
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
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/AriOliv/claude-intercom'
If you have feedback or need assistance with the MCP directory API, please join our Discord server