We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pmkhairnarr/website-builder-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
line-height: 1.6;
color: #333;
}
header {
background: #2c3e50;
color: white;
padding: 1rem 0;
position: sticky;
top: 0;
z-index: 100;
}
nav h1 {
text-align: center;
font-weight: 300;
}
main {
max-width: 1200px;
margin: 2rem auto;
padding: 0 1rem;
min-height: calc(100vh - 140px);
}
footer {
background: #34495e;
color: white;
text-align: center;
padding: 1rem 0;
margin-top: auto;
}
.hero {
text-align: center;
padding: 4rem 0;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
margin: -2rem -1rem 2rem -1rem;
border-radius: 8px;
}
.card {
background: white;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
padding: 1.5rem;
margin: 1rem 0;
}
.hero button {
background: #fff;
color: #667eea;
border: none;
padding: 12px 24px;
border-radius: 5px;
font-size: 16px;
font-weight: bold;
cursor: pointer;
margin-top: 1rem;
transition: transform 0.2s;
}
.hero button:hover {
transform: translateY(-2px);
}