Skip to main content
Glama

Lighthouse MCP

by mizchi
layout.css668 B
/* レイアウト用CSS - レンダーブロッキング */ .container { max-width: 1200px; margin: 0 auto; padding: 0 15px; } .product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 2rem; margin-top: 2rem; } .product-item { border: 1px solid #ddd; padding: 1rem; text-align: center; } /* 未使用のレイアウトクラス */ .layout-1 { display: flex; flex-direction: column; } .layout-2 { display: grid; grid-template-rows: auto 1fr auto; } .layout-3 { position: relative; z-index: 10; } .layout-4 { position: absolute; top: 0; left: 0; } .layout-5 { float: left; width: 50%; }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mizchi/lighthouse-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server