Skip to main content
Glama

System Info MCP Server

by srirama7
tsconfig.json1.07 kB
{ "compilerOptions": { /* Language and Environment */ "target": "ES2022", "lib": ["ES2022"], "module": "Node16", "moduleResolution": "Node16", /* Emit */ "outDir": "./dist", "rootDir": "./src", "declaration": true, "declarationMap": true, "sourceMap": true, "removeComments": true, "importHelpers": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, /* Type Checking */ "strict": true, "noUnusedLocals": true, "noUnusedParameters": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "noUncheckedIndexedAccess": true, "noImplicitOverride": true, "allowUnusedLabels": false, "allowUnreachableCode": false, /* Interop Constraints */ "isolatedModules": true, "allowSyntheticDefaultImports": true, "resolveJsonModule": true, /* Completeness */ "skipLibCheck": true }, "include": [ "src/**/*" ], "exclude": [ "node_modules", "dist", "tests", "**/*.spec.ts", "**/*.test.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/srirama7/system-info-mcp'

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