Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.mahmoudilyan/marmo-ui

REMOTE · MCP.MARMOUI.COM · SCANNED SEP 20

Live React design-system APIs, patterns, and code validation so AI agents build real UI, not slop.

Available components

0 this week 77 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security57
Transport & Reachability100
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1747 tokens (~124/item across 14 items; 14 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage99
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 96% of tool parameters carry a description.Partial
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "deploy_prototype" implies "deploy" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 14 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.mahmoudilyan/marmo-ui MCP server?

io.github.mahmoudilyan/marmo-ui is a hosted endpoint at https://mcp.marmoui.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · mcp.marmoui.com

# add to Claude Code
claude mcp add --transport http mahmoudilyan-marmo-ui 'https://mcp.marmoui.com/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "mahmoudilyan-marmo-ui": {
      "url": "https://mcp.marmoui.com/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "mahmoudilyan-marmo-ui": {
      "type": "http",
      "url": "https://mcp.marmoui.com/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.mahmoudilyan-marmo-ui]
url = "https://mcp.marmoui.com/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "mahmoudilyan-marmo-ui": {
      "type": "remote",
      "url": "https://mcp.marmoui.com/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add mahmoudilyan-marmo-ui --url 'https://mcp.marmoui.com/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  mahmoudilyan-marmo-ui:
    url: "https://mcp.marmoui.com/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "mahmoudilyan-marmo-ui": {
      "Transport": "http",
      "Url": "https://mcp.marmoui.com/mcp"
    }
  }
}
# add to Vellum
assistant mcp add mahmoudilyan-marmo-ui -t streamable-http -u 'https://mcp.marmoui.com/mcp'
// mcp.json
{
  "mcpServers": {
    "mahmoudilyan-marmo-ui": {
      "type": "http",
      "url": "https://mcp.marmoui.com/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 26 Aug 26 −1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 25 Aug 26 0
    • Stability: 0.97 → pass security
  • 24 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 0

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Probed https://mcp.marmoui.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=mcp.marmoui.com CN=WR3,O=Google Trust Services,C=US 29 Aug 2026 27 Nov 2026 RSA 2048 SHA256-RSA 749f5b0e65d5e2a60a080ad153f32d97
SANs: mcp.marmoui.com
CN=WR3,O=Google Trust Services,C=US (CA) CN=GTS Root R1,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 RSA 2048 SHA256-RSA 7ff005a91568d63abc22861684aa4b5a
CN=GTS Root R1,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 19 Jun 2020 28 Jan 2028 RSA 4096 SHA256-RSA 77bd0d6cdb36f91aea210fc4f058d30d

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of mcp.marmoui.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
marmoui.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.marmoui.com/mcp Verified 200
http (plaintext) http://mcp.marmoui.com/mcp HTTPS enforced 302 https://mcp.marmoui.com/mcp
MCP tools · 14 exposed · ~1,747 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
deploy_prototype ~70

Register a prototype for sharing and get a share URL. Reviewers can leave inline comments via the Marmo overlay.

NameTypeReqDescription
deployUrlstringDeployed URL if already live
prototypeIdstringyesUnique prototype identifier (slug)
titlestringHuman-readable prototype title

No output schema declared.

No examples provided.

generate_component ~101

Validate and optionally save a custom component for the authenticated tenant. Runs review_generated_code validation before persisting. Use for AI-generated or customized components.

NameTypeReqDescription
codestringyesGenerated TSX code using @marmoui/ui primitives
componentNamestringyesPascalCase component name, e.g. CustomStatCard
descriptionstringyesWhat the component should do
savebooleanSave as tenant component override if validation passes

No output schema declared.

No examples provided.

get_agent_connect_config ~57

Returns ready-to-paste MCP configuration for Cursor, Claude Code, or Codex. Use on the Connect page or when setting up a new project.

NameTypeReqDescription
clientstringTarget agent client. Omit to get all configs.

No output schema declared.

No examples provided.

get_component_info ~106

Get exact props (with types and defaults), code examples, composition patterns, and common mistakes for a single @marmoui/ui component. REQUIRED before using any component for the first time in a session — prevents hallucinated props (e.g. variant="danger" on Badge, size="lg" on Text) that fail at build time.

NameTypeReqDescription
componentNamestringyesName of the component to get information about (e.g. "Button", "Card", "Input")

No output schema declared.

No examples provided.

get_design_guidelines ~250

MANDATORY FIRST CALL before writing any @marmoui/ui code in this session. Returns a step-by-step generation checklist (which tools to call, in what order), critical rules (no namespace sub-components, PageSection is self-closing, no Sidebar export), component patterns, and ICON LIBRARY RULES. Pass iconLibrary (default "phosphor"; also "material" | "lucide" | "tabler" | "heroicons" | "feather") to get that library's import source, icon name map, and weight/style mapping — and pass the SAME value to review_generated_code so it enforces it. Ask the user which icon library they want before writing UI code. Call topic="patterns" to get the generation checklist specifically.

NameTypeReqDescription
iconLibrarystringIcon library the agent should import from. Default: "phosphor". Ask the user which library they want before writing UI code; if they have no preference, omit this and the default (Phosphor) applies.…
topicstringSpecific guideline topic (default: "all")

No output schema declared.

No examples provided.

get_design_md ~97

Generate a portable DESIGN.md for the authenticated tenant — brand color, type, tokens, and component inventory — that any AI agent can read to generate on-brand UI. Pass format="markdown" (default) for the DESIGN.md string or format="json" for structured data. Output is deterministic for a given tenant.

NameTypeReqDescription
formatstringOutput format. "markdown" returns the DESIGN.md string; "json" returns structured data.

No output schema declared.

No examples provided.

get_knowledge_version ~83

Returns the MCP knowledge version: gitSha, indexedAt, componentCount, patternCount, uptimeSeconds. Call this ONCE per session before generating UI code so you know how fresh the design-system data is. Cheap to call. If gitSha is "unknown" or indexedAt is far in the past, surface that to the user before relying on the data.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_pattern ~231

Get a complete, validated composition example for a common UI pattern. Available: app-layouts (ASK USER which of 4 layout ids before any full page), app-shell, confirmation-dialog, dialogs-for-other-actions, data-table-with-filters, form-with-validation, posthog-tracking. Call app-layouts first for full pages — returns layout selection flow + AppLayout usage. Pass iconLibrary (default "phosphor") so the usage note tells you which icon import source to rewrite the pattern's icons to. Returns code + inline validation report. Call with no arguments to list all patterns.

NameTypeReqDescription
iconLibrarystringIcon library the caller is using. Default: "phosphor". The returned usage note tells the agent which icon import source to use, and the inline validation enforces it. Supported: phosphor, material, l…
patternIdstringPattern identifier, e.g. "app-shell", "data-table-with-filters", "confirmation-dialog", "dialogs-for-other-actions". Omit to list all available patterns.

No output schema declared.

No examples provided.

get_prototype_feedback ~57

Fetch inline comments from a shared prototype as structured data and Markdown. Pull into Cursor/Claude to iterate on feedback.

NameTypeReqDescription
includeResolvedboolean
prototypeIdstringyesPrototype ID/slug to fetch feedback for

No output schema declared.

No examples provided.

get_tenant_theme ~39

Returns the authenticated tenant's customized theme tokens, CSS variables export, and component overrides. Call after auth to apply tenant-specific styling in generated code.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_components ~93

List all available @marmoui/ui components with names, descriptions, categories, and prop counts. Use to discover what exists. Prefer `search_components` when you already know the use case (form, table, dialog, etc.).

NameTypeReqDescription
categorystringFilter by category (e.g., "Components", "Layout")
statusstringFilter by status (e.g., "stable", "beta")

No output schema declared.

No examples provided.

review_generated_code ~307

⚠️ MANDATORY — call this on every piece of code you generate before returning it to the user. Validates TSX/JSX against real @marmoui/ui prop signatures and returns { valid, errors[], warnings[], suggestedFixes[], iconLibrary }. Catches: (1) unknown imports, (2) Tabs.List/Tabs.Trigger namespace misuse → auto-suggests TabsList/TabsTrigger fix, (3) PageSection used as wrapper (must be self-closing), (4) hallucinated props, (5) icons imported from the wrong icon library (pass iconLibrary — default "phosphor" — matching what you passed to get_design_guidelines; wrong-library icon imports are ERRORS). If valid=false, fix all errors and call this again. DO NOT return code with errors to the user.

NameTypeReqDescription
codestringyesThe complete TSX/JSX code you just generated. Must import from @marmoui/ui.
contextstringOptional: describe what the code is supposed to do (e.g. "settings page with tabs"). Helps produce more targeted feedback.
iconLibrarystringIcon library the code must import icons from. Default: "phosphor". Pass the SAME value you passed to get_design_guidelines. When set, imports from any other icon library are reported as ERRORS. Suppo…

No output schema declared.

No examples provided.

search_components ~102

Search @marmoui/ui by keyword (e.g. "form", "table", "dialog", "avatar"). Preferred discovery tool — returns the 5-8 most relevant components for a need. Call this before `get_component_info` when unsure which component to use.

NameTypeReqDescription
limitnumberMaximum results to return (default: 10)
querystringyesSearch query — matches against component names, descriptions, categories, and prop names

No output schema declared.

No examples provided.

validate_component_usage ~154

Validate a TSX/JSX snippet against real @marmoui/ui prop signatures. Returns `{valid, issues[]}`. Prefer `review_generated_code` for post-generation review (it also auto-fixes namespace patterns and suggests related patterns). Use this tool when validating user-provided or existing code rather than newly generated code.

NameTypeReqDescription
codestringyesTSX/JSX code snippet to validate against @marmoui/ui
iconLibrarystringOptional: icon library the code must import icons from. Default: "phosphor". When set, imports from any other icon library are reported as errors. Supported: phosphor, material, lucide, tabler, heroi…

No output schema declared.

No examples provided.

Common questions

What is the io.github.mahmoudilyan/marmo-ui MCP server?

io.github.mahmoudilyan/marmo-ui is an MCP server listed in the public MCP registry as io.github.mahmoudilyan/marmo-ui. Live React design-system APIs, patterns, and code validation so AI agents build real UI, not slop. This page covers its hosted endpoint (https://mcp.marmoui.com/mcp).

Is the io.github.mahmoudilyan/marmo-ui MCP server safe to use?

io.github.mahmoudilyan/marmo-ui scores 77 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.mahmoudilyan/marmo-ui MCP server expose?

io.github.mahmoudilyan/marmo-ui exposes 14 tools: get_knowledge_version, get_design_guidelines, list_components, search_components, get_component_info, and 9 more. Their descriptions and schemas cost roughly 1,747 tokens of context every time the server is loaded.

Does the io.github.mahmoudilyan/marmo-ui MCP server require authentication?

No. We connected to io.github.mahmoudilyan/marmo-ui without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the io.github.mahmoudilyan/marmo-ui MCP server still maintained?

io.github.mahmoudilyan/marmo-ui is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.