Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_VIEW_OPENNoĐặt '0' để không tự mở trình duyệt (container, SSH).bật
MCP_VIEW_ROOTNoGốc dự án để đọc tệp và so sánh thay đổi (nếu trình soạn thảo chạy máy chủ từ chỗ khác).thư mục làm việc

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": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
view_planA

Show the user your plan on a local web page instead of writing it out in chat. Call this BEFORE you start making changes, once you have decided on an approach. Send a short summary (max 3 sentences), up to 12 one-line steps, optionally a diagram of the intended flow, and optionally refs pointing at the files you plan to touch. Refs are pointers, not content: give a path and an 'anchor' string that literally appears in that file; the server opens the file itself. Returns a single line with the page URL - reply with that line only.

view_reportA

Show the user what you did on a local web page instead of writing it out in chat. Call this AFTER you have finished the work. The page also shows every file that changed since this session started, with per-line diffs, so do not describe your edits in chat - point at them. Send a short summary (max 3 sentences), the list of things done, optionally a diagram of the resulting flow, optionally refs (path + an 'anchor' string that literally appears in the file) marking spots worth reading, and optionally notes for warnings or leftovers. Returns a single line with the page URL - reply with that line only.

view_diagramA

Draw a diagram on a local web page, without a plan or a report attached. Use this when the user asks how something works and the answer is a picture: a flow of steps, or the shape of a system. Hard limit of 9 nodes - if the subject needs more, call this several times: one overview diagram, then one per sub-flow. Never send colors, coordinates or SVG; the server does the layout and the styling. Returns a single line with the page URL - reply with that line only.

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/zivhdinfo/mcp-view'

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