Skip to main content
Glama

# Website Autonomous MCP

A production-minded MCP server for Rootellect website design and management workflows.

Features

  • Project, brand and store resources

  • Protected path policy

  • Safe Git task branches and commits

  • Validation command tools

  • Playwright browser inspection and screenshots

  • Vercel preview integration with missing-config safety

  • JSONL audit logging

  • Stdio and Streamable HTTP transports

Example workflow

Redesign the homepage in a premium herbal wellness style. Keep product data, authentication, cart and checkout unchanged. Test mobile and desktop. Create a Vercel preview. Do not deploy to production.

Call prepare_website_edit_task, edit only approved files, then call finalize_website_edit_task.

Version 2

Version 2 adds specialized website audit agents while preserving all Version 1 tools.

New agents:

  • design

  • seo

  • performance

  • accessibility

  • conversion

  • diagnostics

  • landing_page

Use run_website_audit for read-only multi-agent inspection. Use prepare_multi_agent_edit_task, validate_multi_agent_edit, and finalize_multi_agent_edit for controlled edits with before/after screenshots, validation, re-audit, optional Vercel preview, and no production deployment.

See:

  • docs/version-2-agents.md

  • docs/audit-scoring.md

  • docs/full-audit-workflow.md

  • docs/landing-page-agent.md