Skip to main content
Glama

MCP Hospital Assistant

by ajay800800
sandbox.js371 B
const tar = require('tar-stream') const fs = require('fs') const path = require('path') const pipeline = require('pump') // eequire('stream').pipeline fs.createReadStream('test.tar') .pipe(tar.extract()) .on('entry', function (header, stream, done) { console.log(header.name) pipeline(stream, fs.createWriteStream(path.join('/tmp', header.name)), done) })

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