Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_FILENoOptional file path for logging.
LOG_LEVELNoLogging level (DEBUG, INFO, WARNING, ERROR).INFO
MCP_SSE_HOSTNoHost for SSE transport.127.0.0.1
MCP_SSE_PORTNoPort for SSE transport.8080
MCP_TRANSPORTNoMCP transport mode: stdio or sse.stdio
EXCHANGE_SERVERYesThe Exchange/EWS endpoint URL.
EXCHANGE_TIMEOUTNoTimeout in seconds for Exchange operations.30
EXCHANGE_VERSIONNoExchange version string.EXCHANGE_2016
EXCHANGE_PASSWORDYesExchange password.
EXCHANGE_TIMEZONENoTimezone for the mailbox.Europe/Moscow
EXCHANGE_USERNAMEYesExchange username (domain\user or user@domain).
EXCHANGE_AUTH_TYPENoAuthentication type: NTLM or Basic.NTLM
EXCHANGE_VERIFY_SSLNoVerify SSL certificate when connecting to Exchange.true
EXCHANGE_MAX_RETRIESNoMaximum number of retries for failed operations.3
ATTACHMENT_MAX_SIZE_MBNoMaximum attachment size in MB.10
EXCHANGE_EMAIL_ADDRESSNoSMTP email address (required when username is not an SMTP address).
EXCHANGE_IMPERSONATE_ASNoMailbox to impersonate (if permissions configured).

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
ping_exchangeC

Check connectivity to Exchange

get_mailbox_infoC

Get mailbox metadata

list_emailsD

List emails in a folder

get_emailC

Get a full email by ID

search_emailsD

Search emails

send_emailC

Send a new email

reply_emailC

Reply to an email

forward_emailC

Forward an email

move_emailC

Move email to another folder

copy_emailC

Copy email to another folder

delete_emailC

Delete an email

mark_emailC

Update email flags

list_foldersC

List mailbox folders

create_folderC

Create a mailbox folder

create_draftC

Create an email draft

send_draftC

Send a draft email

get_attachmentC

Save an attachment to disk

list_eventsC

List calendar events in a time range

get_eventB

Get a calendar event by ID

create_eventC

Create a calendar event

update_eventC

Update a calendar event

delete_eventC

Delete a calendar event

respond_to_inviteC

Respond to a calendar invite

find_free_slotsD

Find meeting time slots

get_my_availabilityC

Get free and busy slots

list_calendarsC

List calendars

search_contactsD

Search contacts

get_contactC

Get a contact by ID

create_contactC

Create a personal contact

update_contactC

Update a personal contact

delete_contactC

Delete a personal contact

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/viartemev/outlook-mcp'

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