Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HWP_LIVE_PROFILE_DIRNoLegacy environment variable for the profile directory, accepted for migration from the pre-release project name. Still honored if HWP_LIVE_SAFE_PROFILE_DIR is not set.
HWP_LIVE_SAFE_PROFILE_DIRNoPath to a local directory containing profile files. Overrides the default profile directory. The older HWP_LIVE_PROFILE_DIR is accepted for migration.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

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

Tools

Functions exposed to the LLM to take actions

NameDescription
hwp_statusA

Check whether the local Hancom 2022 automation bridge is ready.

This does not launch Hancom, edit a document, or access a user file.

hwp_start_new_documentA

Launch Hancom and create a brand-new unsaved document owned by HWP Live.

It never attaches to or changes an already-open user document.

hwp_read_contextA

Read text from HWP Live's current unsaved document and return its revision.

hwp_profile_listA

List configured local profile keys without returning any profile value.

This does not open Hancom, read a document, or write a profile. It only exposes profile/key labels and whether each value is configured.

hwp_preview_profile_insertA

Preview inserting one local profile value at the current HWP Live caret.

Values stay inside the local server and are not returned in the preview. First call hwp_read_context, place or confirm the visible caret, then ask for approval before applying the returned plan.

hwp_preview_editsA

Create a 60-second, non-mutating preview for text or table insertions.

Call hwp_read_context first and pass its revision. Show the preview and obtain the user's approval before calling hwp_apply_preview.

hwp_apply_previewA

Apply exactly one fresh preview to the visible, automation-owned document.

hwp_undo_lastB

Undo HWP Live's immediately preceding change if the document is unchanged.

hwp_foreground_statusA

Show the experimental foreground-typing session state without touching Hancom.

hwp_foreground_list_windowsA

List visible Hancom window titles for an explicit experimental typing choice.

This does not read document text or edit anything. Window titles can reveal file names, so call it only when the user asks to target an already-open Hancom window and is comfortable identifying it.

hwp_foreground_select_windowA

Select one short-lived Hancom-window candidate for foreground typing.

This does not activate or edit the window. The user must explicitly identify the desired listed window and active tab before it is selected.

hwp_foreground_preview_textA

Preview literal text typed at a user-confirmed caret in the selected window.

The mode cannot read the document or verify selection state. Set user_confirms_collapsed_caret true only after the user explicitly confirms that the intended Hancom tab has one collapsed caret, not selected text.

hwp_foreground_preview_profile_insertB

Preview a local profile value typed at a user-confirmed foreground caret.

The profile value is resolved only inside the local server and is never included in the MCP response. This is experimental and has no automatic document read-back or Undo.

hwp_foreground_apply_previewA

Activate the selected Hancom window and type exactly one fresh foreground preview.

This never saves or closes a document. It has no read-back or automatic Undo, so use it only after the user has approved the preview.

hwp_foreground_disconnectB

Forget the selected foreground window without changing Hancom.

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/Jasujung99/hwp-live-safe'

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