Skip to main content
Glama

Fonoster MCP Server

Official
by fonoster
MIT License
118
7,325
  • Apple
  • Linux
run.js411 B
#!/usr/bin/env node // The following code suppresses the warning about the punycode deprecated module. // This is a temporary workaround until this get's fixed upstream. process.removeAllListeners("warning"); process.on("warning", () => {}); // eslint-disable-next-line unicorn/prefer-top-level-await (async () => { const oclif = await import("@oclif/core") await oclif.execute({ dir: __dirname }); })();

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/fonoster/fonoster'

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