Skip to main content
Glama
tsconfig.json571 B
{ "compilerOptions": { "target": "ES2022", "module": "ESNext", "moduleResolution": "bundler", "verbatimModuleSyntax": true, "strict": true, "noUnusedLocals": true, "noUnusedParameters": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "noUncheckedIndexedAccess": true, "allowUnusedLabels": false, "allowUnreachableCode": false, "skipLibCheck": true, "esModuleInterop": true, "resolveJsonModule": true, "outDir": "./dist", "composite": true }, "include": [ "**/*.ts" ], }

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/ref-tools/ref-tools-mcp'

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