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. |
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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/The-Walker443/visualizer-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server