Skip to main content
Glama

Groq MCP Server

by AyrtonFelipe
MIT License
1
tsconfig.json1.77 kB
{ "compilerOptions": { "target": "ES2022", "module": "nodenext", "moduleResolution": "nodenext", "lib": ["ES2022", "DOM"], "outDir": "./dist", "rootDir": "./src", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "declaration": true, "declarationMap": true, "sourceMap": true, "removeComments": false, "noImplicitAny": true, "noImplicitReturns": true, "noImplicitThis": true, "noUnusedLocals": true, "noUnusedParameters": true, "exactOptionalPropertyTypes": true, "noImplicitOverride": true, "noPropertyAccessFromIndexSignature": false, "noUncheckedIndexedAccess": true, "allowUnusedLabels": false, "allowUnreachableCode": false, "resolveJsonModule": true, "allowSyntheticDefaultImports": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, "useDefineForClassFields": true, "isolatedModules": true, "verbatimModuleSyntax": false, "allowImportingTsExtensions": false, "noEmit": false, "incremental": true, "tsBuildInfoFile": "./dist/.tsbuildinfo", "baseUrl": "./src", "paths": { "@/*": ["*"], "@/types/*": ["types/*"], "@/utils/*": ["utils/*"], "@/tools/*": ["tools/*"], "@/config/*": ["config/*"] } }, "include": [ "src/**/*", "src/**/*.json" ], "exclude": [ "node_modules", "dist", "build", "logs", "**/*.test.ts", "**/*.spec.ts", "coverage" ], "ts-node": { "esm": true, "experimentalSpecifierResolution": "node" } }

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/AyrtonFelipe/GroqCloud-MCP_server'

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