Skip to main content
Glama

MCP Hospital Assistant

by ajay800800
base-theme.js424 B
'use strict' var spin = require('./spin.js') var progressBar = require('./progress-bar.js') module.exports = { activityIndicator: function (values, theme, width) { if (values.spun == null) { return } return spin(theme, values.spun) }, progressbar: function (values, theme, width) { if (values.completed == null) { return } return progressBar(theme, width, values.completed) }, }

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/ajay800800/doc_mcp'

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