Skip to main content
Glama
IqbalHere

Visual Loop MCP Server

by IqbalHere

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CODEBOX_URLYesBase URL of your Judge0/Codebox instance
CODEBOX_TOKENNoAuth token for the Codebox API (omit if no auth)

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
}

Tools

Functions exposed to the LLM to take actions

NameDescription
execute_and_renderA

Execute source code via Codebox (Judge0) for logic validation and render it as HTML in a headless browser via Playwright, returning the console output and a screenshot. Use this to write full-stack UI code and instantly verify both its logic and visual appearance.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 1 tool

Disambiguation5/5

Only one tool exists, so there is no possibility of ambiguity or confusion with other tools.

Naming Consistency5/5

With a single tool, naming consistency is not a concern; the name 'execute_and_render' clearly describes its function.

Tool Count3/5

One tool is on the lower end of reasonable count, but it serves a specific combined purpose of execution and rendering, which may justify the minimal surface.

Completeness3/5

The single tool covers both code execution and visual rendering, but lacks separate tools for execution-only or rendering-only tasks, limiting flexibility.

Maintenance

ActivityStale
ResponsivenessNo issues