DSH Figma Bridge
by izt-pixel
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FIGMA_BRIDGE_LOG | No | debug / info / warn / error。日志一律走 stderr(stdout 是 MCP 通道)。 | info |
| FIGMA_BRIDGE_HOST | No | 主绑定地址;桥会自动附带绑定另一族回环(::1),两族都只在本机。不要改成 0.0.0.0 —— 那等于把画布控制权交给整个局域网。 | 127.0.0.1 |
| FIGMA_BRIDGE_PORT | No | HTTP 端口。改动后插件面板里的端口和 manifest.json 的 allowedDomains 都要一起改。 | 8790 |
| FIGMA_BRIDGE_TIMEOUT_MS | No | 单条命令预算。 | 120000 |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues