Skip to main content
Glama
xici001

digital-twin-mcp

by xici001

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_devicesA

列出数字孪生场景中的所有设备(含类型与所在位置)。

get_device_metricsA

读取设备实时指标,返回指标名 / 数值 / 单位(每次调用推进一个采样周期)。

get_metric_historyA

读取设备某指标的最近 N 个采样值(时序数据,供趋势图 / 3D 可视化使用)。

set_device_valueA

写入设备参数(模拟 PLC 写值;也可用于演示故障注入,如手动抬高温度触发告警)。

check_alertsA

检查告警:不传 device_id 时遍历全部设备,返回 warning / critical 分级告警列表。

get_scene_snapshotA

数字孪生场景快照:一次调用返回全部设备的坐标、实时指标与分级告警(专供可视化 / 监控轮询)。

Prompts

Interactive templates invoked by user choice

NameDescription
device_health_report生成指定设备的健康状态报告。

Resources

Contextual data attached and managed by the client

NameDescription
scene_layout3D 场景布局资源:设备世界坐标(供 Three.js / Unity / WebGL 等可视化引擎叠加)。

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/xici001/digital-twin-mcp'

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