InterAgentMail
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| INTERAGENTMAIL_HOME | No | Override the default data directory for mailbox storage. Defaults to %LOCALAPPDATA%\InterAgentMail on Windows or ~/.local/share/interagentmail on macOS/Linux. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| iam_whoamiA | Return the mailbox identity bound to this MCP server. |
| iam_list_mailboxesA | List known IAM mailbox addresses and display names. |
| iam_inboxC | List newest inbox messages for this project without marking them read. |
| iam_readA | Read one inbox message by full id or unique prefix. |
| iam_sendC | Send a new message. Addresses may also be unique display names. |
| iam_replyC | Send a substantive reply in an existing thread, preserving originator and routing. |
| iam_archiveC | Archive one fully handled inbox message. |
| iam_list_channelsA | List known IAM public and private chat channel names. |
| iam_chat_tailC | Read recent chat messages, enforcing private-channel membership. |
| iam_chat_postB | Post to a chat; set channel_type=private and with_agent for a new DM. |
| iam_chat_seenC | Mark recent chat messages as seen by this project. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| identity_resource | The identity and project root bound to this server. |
| inbox_resource | The current inbox without read-state side effects. |
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/cerberusgamelabs/cgl-interagentmail'
If you have feedback or need assistance with the MCP directory API, please join our Discord server