Skip to main content
Glama

MCP Server Starter

by LassiterJ
tsconfig.jsonโ€ข716 B
{ "compilerOptions": { // Base Options "target": "ES2022", "module": "NodeNext", "moduleResolution": "NodeNext", "outDir": "./build", "rootDir": "./src", "esModuleInterop": true, "skipLibCheck": true, "allowJs": true, "resolveJsonModule": true, "moduleDetection": "force", "isolatedModules": true, "verbatimModuleSyntax": true, // Strictness "strict": true, "noUncheckedIndexedAccess": true, "noImplicitOverride": true, // Node.js (not DOM) "lib": ["es2022"], // Debugging "sourceMap": true, // Misc "forceConsistentCasingInFileNames": true }, "include": ["src/**/*"], "exclude": ["node_modules", "tests/**/*"] }

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/LassiterJ/mcp-playground'

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