@fusedashlabs/ui9000-workspace
Officialby fusedashlabs
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| STORAGE_DIR | No | Local TTL store (also a cache of hosted ids). | <packages/core>/.data |
| MAPBOX_TOKEN | No | Alternative Mapbox token override. Always present so spatial can pick map-chart. Override to use another token. | baked public FuseDash charts key |
| MCP_BASE_URL | No | Hosted data-link origin (same remote as mcp-ui). Loopback (http://127.0.0.1:8088) uses a local TTL store instead of POST. | https://mcp.ui9000.com |
| DATA_LINK_TTL_HOURS | No | Signed-link lifetime. Floored, minimum 1. | 24 |
| MAPBOX_ACCESS_TOKEN | No | Alternative Mapbox token override. Always present so spatial can pick map-chart. Override to use another token. | baked public FuseDash charts key |
| MAX_PAYLOAD_SIZE_MB | No | Cap on serialized payload bytes. | 1.5 |
| WORKSPACE_DATA_PATH | No | Fallback table when the tool call has no csv / url / path / datasetId. | shipped demo CSV (regional-incidents) |
| MCP_DATA_LINK_SECRET | No | HMAC key for local signing only. Hosted POST is signed by mcp.ui9000.com. Required in production-like envs when not using hosted persist. | dev fallback outside prod-like envs |
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