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
{
"type": "page",
"body": [
{
"type": "container",
"className": "floating-toolbar-right",
"body": [
{
"type": "wrapper",
"style": {
"display": "inline-flex"
},
"body": [
{
"type": "form",
"mode": "inline",
"wrapWithPanel": false,
"body": [
{
"label": "集群",
"type": "select",
"multiple": false,
"name": "cluster",
"id": "cluster",
"searchable": true,
"source": "/params/cluster/option_list",
"value": "${ls:cluster}",
"onEvent": {
"change": {
"actions": [
{
"actionType": "custom",
"script": "localStorage.setItem('cluster', event.data.value)"
},
{
"actionType": "custom",
"script": "window.location.reload();"
}
]
}
}
}
]
}
]
}
]
},
{
"type": "historyRecord"
}
]
}