vegalite-viewer
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VEGALITE_VIEWER_DEBUG | No | Enable detailed debug logging. Set to '1' to enable. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| upload_dataA | A tool to upload and register a JSON dataset by name for use in subsequent visualizations. When to use this tool:
|
| visualize_dataA | A tool to render a Vega-Lite visualization of a registered dataset directly in the chat. When to use this tool:
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| Create a simple chart for a JSON dataset | Advises your LLM create a simple chart with a desired type (e.g., 'bar', 'line', 'pie', etc.) for a provided JSON dataset |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| vegalite_viewer_app | Vega-Lite visualization viewer app. |
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/stephaneberle9/mcp-server-vegalite-viewer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server