Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
INTERAGENTMAIL_HOMENoOverride 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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
identity_resourceThe identity and project root bound to this server.
inbox_resourceThe current inbox without read-state side effects.

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/cerberusgamelabs/cgl-interagentmail'

If you have feedback or need assistance with the MCP directory API, please join our Discord server