Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENAI_API_KEYNoAPI key for OpenAI (gpt-4-turbo-preview). Optional if using other providers or sampling.
DEEPSEEK_API_KEYNoAPI key for DeepSeek (deepseek-chat). Optional.
OPENROUTER_API_KEYNoAPI key for OpenRouter (claude-3.5-sonnet default). Optional.

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
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
generate_ui_specC

Generate a production-ready UI specification with multi-agent critique, WCAG AAA validation, and design system enforcement

validate_ui_specC

Validate a UI specification against design system and WCAG standards

list_design_systemsC

List available design systems

memory_statsC

Get statistics on learned/stored UI specifications

vibe_architectC

Transform natural language intent into a detailed architecture plan with ADR decisions.

vibe_codeC

Generate production code from an architecture plan.

vibe_reviewC

Multi-agent code review from three perspectives.

vibe_verifyC

Validate code/specs against WCAG, design system, and code quality.

vibe_iterateC

Continuous improvement loop: critique -> repair -> verify -> repeat.

vibe_testC

Generate comprehensive test suites from source code.

vibe_deployC

Generate deployment configs for Vercel, Docker, static hosting.

vibe_designC

Generate a landing page using curated DESIGN.md templates.

vibe_previewC

Generate a preview HTML page and Playwright test script.

vibe_docsC

Fetch documentation for a framework via Context7.

vibe_healthC

System health stats.

vibe_auditC

Full system audit: backend code quality, security, performance.

vibe_compressC

Compress JSON to TOON format — 30-60% token reduction.

vibe_benchmarkC

Run a benchmarking loop with ASCII graphs.

vibe_upgrade_designC

Upgrade a design template with senior-dev production patterns.

vibe_build_proC

Full professional build: upgrade design -> architect -> code -> verify.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
resource_default_design_system
resource_memory_stats
resource_version

TDQS

C2.7/5.0

Scored across 20 tools

Disambiguation4/5

Most tools have distinct purposes, but some overlap exists (e.g., vibe_audit, vibe_review, and vibe_verify all involve code quality checks). Descriptions help clarify, but ambiguity remains for a few.

Naming Consistency3/5

The majority follow a 'vibe_<verb>' pattern, but several tools like generate_ui_spec, list_design_systems, memory_stats, and validate_ui_spec break this pattern, mixing conventions.

Tool Count4/5

20 tools is on the higher end but justified for a comprehensive development workflow server covering design, architecture, coding, testing, deployment, and auditing. Some tools could potentially be merged.

Completeness4/5

The toolset covers major stages of development from specification to deployment and auditing. Missing project setup or config management tools, but core workflows are well-represented.

Maintenance

ActivitySlowing
ResponsivenessNo issues