Serversio.github.kgNatx/mockups-gallery
G

Mockups Gallery

io.github.kgNatx/mockups-gallery · v1.2.2
▦ docker
v1.2.2docker oci: ghcr.io/kgnatx/mockups-mpc:1.2.2🌐 https://{host}/mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.kgNatx/mockups-gallery",
  "description": "Self-hosted MCP server and gallery for AI-generated mockups.",
  "title": "Mockups Gallery",
  "repository": {
    "url": "https://github.com/kgNatx/mockups-mpc",
    "source": "github"
  },
  "version": "1.2.2",
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/kgnatx/mockups-mpc:1.2.2",
      "transport": {
        "type": "stdio"
      }
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://{host}/mcp",
      "variables": {
        "host": {
          "description": "Your Mockups MPC server hostname (e.g., mockups.yourdomain.com)",
          "isRequired": true
        }
      }
    },
    {
      "type": "sse",
      "url": "https://{host}/mcp/sse",
      "variables": {
        "host": {
          "description": "Your Mockups MPC server hostname (e.g., mockups.yourdomain.com)",
          "isRequired": true
        }
      }
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}