Skip to main content
Glama
tsconfig.json1.15 kB
{ "compilerOptions": { "module": "NodeNext", "moduleResolution": "NodeNext", "declaration": true, "noUnusedLocals": false, "noUnusedParameters": false, "removeComments": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, "useDefineForClassFields": false, "allowSyntheticDefaultImports": true, "target": "ES2020", "sourceMap": true, "outDir": "./dist", "baseUrl": ".", "incremental": true, "tsBuildInfoFile": "./dist/.tsbuildinfo", "skipLibCheck": true, "strictNullChecks": true, "noImplicitAny": true, "strictBindCallApply": true, "forceConsistentCasingInFileNames": true, "noFallthroughCasesInSwitch": true, "resolveJsonModule": true, "esModuleInterop": true, "paths": { "@config/*": ["config/*"], "@plugins/*": ["plugins/*"], "@server/*": ["packages/server/*"], "@client/*": ["packages/client/*"], "@agents/*": ["packages/agents/*"], "@mcp/*": ["mcps/*"], "@core/*": ["packages/core/*"], "@metrics/*": ["packages/metrics/*"], "@workers/*": ["packages/workers/*"] }, } }

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/KasarLabs/snak'

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