Skip to main content
Glama
showHelp.js368 B
var fs = require( 'fs' ), path = require( 'path' ); module.exports = function ( stream ) { fs.readFile( path.join( __dirname, 'help.md' ), function ( err, result ) { var help; if ( err ) throw err; help = result.toString().replace( '<%= version %>', require( '../package.json' ).version ); ( stream || process.stderr ).write( '\n' + help + '\n' ); }); };

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/MatheusgVentura/Project-One'

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