Skip to main content
Glama

Fonoster MCP Server

Official
by fonoster
MIT License
118
7,325
  • Apple
  • Linux
tsconfig.json635 B
{ "extends": "../../tsconfig.json", "compilerOptions": { "target": "esnext", "module": "commonjs", "lib": ["esnext"], "rootDir": ".", "outDir": "./dist/node", "strict": false, "noImplicitAny": false, "strictNullChecks": false, "skipLibCheck": true, "esModuleInterop": true, "moduleResolution": "node", "forceConsistentCasingInFileNames": true, "types": ["node"] }, "include": [ "src/**/*.ts" ], "exclude": [ "node_modules", "dist", "test", "src/client/WebClient.ts", "src/web.ts" ], "references": [ { "path": "../types" } ] }

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