We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/weibaohui/k8m'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.login {
display: flex;
height: 100vh;
background: url(@/assets/login.bg.png) no-repeat bottom center;
background-size:cover;
.content {
width: 360px;
box-sizing: border-box;
padding: 30px;
background: #ffffff;
border-radius: 6px;
margin: auto;
display: flex;
justify-content: center;
align-items: center;
background-color: rgba(255, 255, 255, 0.3);
border: 1px solid #fff;
box-shadow: inset 1px 5px 15px rgba($color: #fff, $alpha: 1.0);
.form {
width: 100%;
}
}
}