← Back to Plugins
MCP Server MCP

io.github.nyuchi/mzizi-mcp

github By github 👁 1 views ▲ 0 votes

Read-only MCP over the Mzizi design system registry — nodes, components, ownership.

Homepage Verified source GitHub

Install

npx -y @nyuchi/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.mzizi.dev/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@nyuchi/mzizi-mcp",
      "version": "0.9.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Public Supabase project URL for the Mzizi registry. Defaults to the canonical project if unset.",
          "format": "string",
          "default": "https://grjsboqkaywpwatvrzmy.supabase.co",
          "name": "SUPABASE_URL"
        },
        {
          "description": "Public Supabase publishable (anon) key — RLS grants read-only access to component_documents.",
          "isRequired": true,
          "format": "string",
          "name": "SUPABASE_PUBLISHABLE_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...