We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/starlink-awaken/SocialGuessSkills'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
test-commonjs.js•169 B
const testFunction = () => {
console.log("CommonJS Test");
};
module.exports = { testFunction };
// Uncomment the following line to test execution
// testFunction();