Skip to main content
Glama
alexalexalex222

io.github.alexalexalex222/frontend-design-loop-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
frontend_design_loop_solve

Generate multiple patch candidates, run gates, (optionally) run vision, pick a winner.

Notes:

  • The tool operates on a target git repo (repo_path), not on this MCP repo.

  • By default it does NOT apply changes; it returns a winner patch (git diff) you can apply.

frontend_design_loop_design

Design-first wrapper around frontend_design_loop_solve.

Use this when you want Frontend Design Loop to actively improve the UI, not just verify a host-authored patch bundle.

frontend_design_loop_evalD

MCP tool wrapper for _frontend_design_loop_eval_impl.

Returns:

  • JSON summary (TextContent)

  • Optional vision instructions (TextContent) when vision_provider=client

  • Optional screenshots as ImageContent (base64) so Claude can use built-in vision

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/alexalexalex222/frontend-design-loop-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server