visualizer-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TZ | No | Display timezone; stored times are always UTC. | Europe/Berlin |
| HOST | No | Bind address. | 0.0.0.0 |
| PORT | No | Port to listen on. | 8000 |
| DB_PATH | No | Path to SQLite database file, must be absolute. | /data/shots.db |
| LOG_LEVEL | No | Logging level: DEBUG, INFO, WARNING, ERROR, CRITICAL. | INFO |
| MCP_PATH_SECRET | Yes | Secret for the MCP endpoint path, at least 32 characters from [A-Za-z0-9_-]. Replaces authentication. | |
| PUBLIC_BASE_URL | No | Base URL of the server; used only for --print-connector-url. | |
| VISUALIZER_EMAIL | Yes | Visualizer login email (Basic Auth), also used in User-Agent. | |
| SYNC_INTERVAL_MIN | No | Poll interval in minutes (0-1440). 0 disables background sync. | 15 |
| VISUALIZER_PASSWORD | Yes | Visualizer password. |
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