Skip to main content
Glama

NestJS MCP Server Module

by rekog-labs
MIT License
32,416
452
  • Apple
  • Linux
tsconfig.json775 B
{ "compilerOptions": { "module": "NodeNext", "declaration": true, "declarationMap": true, "removeComments": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "allowSyntheticDefaultImports": true, "target": "ES2021", "sourceMap": true, "inlineSources": true, "outDir": "./dist", "baseUrl": "./", "rootDir": "./", "incremental": true, "skipLibCheck": true, "strictNullChecks": true, "forceConsistentCasingInFileNames": true, "noImplicitAny": false, "strictBindCallApply": false, "esModuleInterop": true, "noFallthroughCasesInSwitch": false }, "include": [ "src/**/*", "tests/**/*", "playground/**/*" ], "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/rekog-labs/MCP-Nest'

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