Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoLogging levelinfo
V0_API_KEYYesYour v0 API key
V0_TIMEOUTNoAPI timeout (ms)60000
V0_BASE_URLNov0 API base URLhttps://api.v0.dev/v1
MCP_SERVER_NAMENoMCP server namev0-mcp
V0_DEFAULT_MODELNoDefault model to usev0-1.5-md

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
v0_generate_uiA

Generate UI components using v0 AI. Creates React components with TypeScript and Tailwind CSS based on natural language descriptions.

v0_generate_from_imageA

Generate UI components from an image reference. Analyzes the provided image and creates corresponding React components.

v0_chat_completeA

Have a conversation with v0 for iterative UI development. Allows back-and-forth refinement of UI components.

v0_setup_checkA

Check v0 API configuration and connectivity. Validates API key and endpoint accessibility.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: one-shot text generation, image-based generation, setup validation, and conversational refinement. No two tools overlap in a way that would confuse an agent.

Naming Consistency4/5

The naming pattern is mostly consistent with v0_<verb>_<target> (generate_ui, generate_from_image, chat_complete), but v0_setup_check deviates slightly as a noun phrase rather than verb-first. Overall still readable and predictable.

Tool Count5/5

With 4 tools, the server is well-scoped for its purpose of UI generation. Each tool covers a necessary mode of interaction (text, image, chat, configuration), and there are no redundant or excessive additions.

Completeness5/5

The tool surface covers the core workflow: generating from text or image, iterating via chat, and verifying setup. There are no obvious dead ends for typical usage, and the domain is fully addressed.

Maintenance

ActivityInactive
ResponsivenessNo issues