agy-ui-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AGY_UI_DRY_RUN | No | Set to '1' to make the tools skip every external side effect (spawning agy, launching Playwright, running git, starting a dev server) and return a stub payload. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| ui_implementA | Implement/modify UI for Workflow:
1. Load Args:
project_dir: Absolute path to the project root (must contain the scope).
task: Natural-language description of the UI change.
design_refs: Optional absolute paths to design reference images.
target_route: Optional route appended to Returns:
A dict with |
| ui_reviewA | Serve the app, screenshot it, and have agy critique it read-only. Any file agy edits during the critique is reverted by the diff-gate, so this tool never mutates the project. When Args:
project_dir: Absolute path to the project root (must contain the scope).
target_route: Optional route appended to Returns:
A dict with |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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/qdzsh/agy-ui-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server