Skip to main content
Glama

Apifox MCP Server

by Tzott
tsconfig.json676 B
{ "ts-node": { "compilerOptions": { "module": "commonjs" } }, "compilerOptions": { "outDir": "lib", "module": "commonjs", "target": "es2015", "declaration": true, "allowSyntheticDefaultImports": true, "moduleResolution": "node", "forceConsistentCasingInFileNames": true, "noImplicitReturns": true, "noUnusedLocals": true, "allowJs": false, "experimentalDecorators": true, "strict": true, "disableSizeLimit": false, "resolveJsonModule": true, "esModuleInterop": true, "noEmit": false, "importHelpers": true }, "include": ["src/**/*.ts", "test/**/*.ts", "type.d.ts"], "exclude": [] }

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/Tzott/apifox-mcp-demo'

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