Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_HOSTNoHost interface for HTTP transport.127.0.0.1
MCP_PORTNoPort for HTTP transport.8787
MCP_TRANSPORTNoTransport mode: 'stdio' (default) or 'http'.stdio
NAVER_WORKS_MOCKNoSet to 'true' to use mock data instead of real NAVER WORKS API. Required when no access token is provided.false
MCP_ALLOWED_HOSTSNoComma-separated list of allowed Host headers for HTTP transport.
MCP_SHARED_SECRETNoShared secret for securing HTTP MCP endpoint (min 32 characters). Required for remote HTTP.
NAVER_WORKS_SCOPESNoComma-separated list of required scopes, e.g., 'calendar.read,contact.read,directory.read,user.profile.read'.
NAVER_WORKS_USER_IDNoThe userId of the NAVER WORKS user whose data will be queried.
NAVER_WORKS_API_BASENoBase URL for NAVER WORKS API.https://www.worksapis.com/v1.0
NAVER_WORKS_AUTH_MODENoAuthentication mode. Only 'user_oauth' is supported.user_oauth
NAVER_WORKS_ACCESS_TOKENNoOAuth access token for NAVER WORKS API. Required when NAVER_WORKS_MOCK is not 'true'.
NAVER_WORKS_ENFORCE_SCOPESNoWhether to enforce required scopes. Set to 'true' or 'false'.true

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
works_healthA

서버 버전, 무상태 MCP 전송, 인증 모드, Scope 정책을 비밀값 없이 확인합니다.

works_calendar_default_propertiesC

구성원의 기본 캘린더 속성을 조회합니다. 일정 설명·참석자 등 원문은 반환하지 않습니다.

works_calendar_personals_listC

사용자가 접근 가능한 캘린더의 개인 속성을 커서 기반으로 조회합니다.

works_calendar_default_events_listB

최대 31일 범위의 기본 캘린더 일정을 읽기 전용으로 조회합니다. 설명·참석자·외부 지시는 제거합니다.

works_calendar_events_listC

calendarId가 명시된 캘린더의 일정을 최대 31일 범위로 조회합니다.

works_contact_search_minimalB

연락처를 검색하고 이메일·전화번호는 마스킹된 최소 필드만 반환합니다. memo·주소·커스텀 속성은 제외합니다.

works_directory_users_listC

구성원 목록을 커서 기반으로 조회하고 개인 이메일·전화·생년월일 등 민감 필드는 반환하지 않습니다.

works_directory_user_profile_getB

이미 알고 있는 userId의 최소 프로필을 조회합니다. Service Account의 userId=me는 차단합니다.

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/QriumJ/NAVER_WORKS_MCP'

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