We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Cumulocity-IoT/cumulocity-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"apiVersion": "2",
"name": "mcp-server-c8y",
"version": "0.1.22",
"provider": {
"name": "Cumulocity"
},
"isolation": "PER_TENANT",
"scale": "NONE",
"replicas": 1,
"livenessProbe": {
"httpGet": {
"path": "/health"
},
"initialDelaySeconds": 10
},
"resources": {
"cpu": "0.25",
"memory": "128M"
},
"requestedResources": {
"cpu": "100m",
"memory": "128Mi"
},
"readinessProbe": {
"httpGet": {
"path": "/health"
},
"initialDelaySeconds": 10
},
"requiredRoles": [],
"roles": []
}