Skip to main content
Glama
tsconfig.json1.3 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, "incremental": true, "tsBuildInfoFile": "./dist/.tsbuildinfo", "skipLibCheck": true, "strictNullChecks": true, "noImplicitAny": true, "strictBindCallApply": true, "forceConsistentCasingInFileNames": true, "noFallthroughCasesInSwitch": true, "resolveJsonModule": true, "esModuleInterop": true, "outDir": "./dist", "baseUrl": "./src", "paths": { "@common/*": ["./common/*"], "@src/*": ["./src/*"], "@agents/*": ["./agents/*"], "@lib/*": ["./shared/lib/*"], "@prompts/*": ["./shared/prompts/*"], "@config/*": ["./config/*"], "@stypes/*": ["./shared/types/*"], "@enums/*": ["./shared/enums/*"], "@schemas/*": ["./shared/schemas/*"], "@tools/*": ["./tools/*"], "@services/*": ["./services/*"] } }, "include": ["src/**/*", "src/index.ts"], "exclude": ["node_modules", "dist"] }

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