← Registry

Developer Tools

marmoui.com

Provides access to documentation, props, and guidelines for a UI component library.

1 endpoint14 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://mcp.marmoui.com/mcp

No auth detected

MCP server metadata

Name
design-system-mcp
Version
1.1.0
Capabilities
tools

Known tools 14

get_knowledge_version

Returns the MCP knowledge version: gitSha, indexedAt, componentCount, patternCount, uptimeSeconds.

Inferred read-only
get_design_guidelines

MANDATORY FIRST CALL before writing any @marmoui/ui code in this session.

Inferred read-only
list_components

List all available @marmoui/ui components with names, descriptions, categories, and prop counts.

Inferred read-only
search_components

Search @marmoui/ui by keyword (e.

Inferred read-only
get_component_info

Get exact props (with types and defaults), code examples, composition patterns, and common mistakes for a single @marmoui/ui component.

Inferred read-only
get_pattern

Get a complete, validated composition example for a common UI pattern.

Inferred read-only
review_generated_code

⚠️ MANDATORY — call this on every piece of code you generate before returning it to the user.

Inferred read-only
validate_component_usage

Validate a TSX/JSX snippet against real @marmoui/ui prop signatures.

Inferred read-only
get_tenant_theme

Returns the authenticated tenant's customized theme tokens, CSS variables export, and component overrides.

Inferred read-only
get_design_md

Generate a portable DESIGN.

Inferred read-only
generate_component

Validate and optionally save a custom component for the authenticated tenant.

Inferred read-only
get_agent_connect_config

Returns ready-to-paste MCP configuration for Cursor, Claude Code, or Codex.

Inferred read-only
deploy_prototype

Register a prototype for sharing and get a share URL.

Inferred read-only
get_prototype_feedback

Fetch inline comments from a shared prototype as structured data and Markdown.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.design-system-mcp]
url = "https://mcp.marmoui.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "design-system-mcp": {
      "type": "http",
      "url": "https://mcp.marmoui.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: design-system-mcp
Remote MCP URL: https://mcp.marmoui.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "design-system-mcp": {
      "url": "https://mcp.marmoui.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "design-system-mcp": {
      "type": "http",
      "url": "https://mcp.marmoui.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "design-system-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.marmoui.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for marmoui.com was fetched 2026-07-27T22:15:11.200Z and is being refreshed.

Trust status Trusted

marmoui.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.