Skip to main content
Glama

YouTube MCP Server

tsconfig.json741 B
{ "compilerOptions": { "target": "ES2022", "module": "ESNext", "moduleResolution": "bundler", "lib": ["ES2022", "DOM"], "types": ["node"], "outDir": "./dist", "rootDir": "./src", "strict": false, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, "resolveJsonModule": true, "allowJs": true, "declaration": true, "noImplicitAny": false }, "include": [ "src/services/**/*", "src/index.ts", "src/server.ts", "src/cli.ts", "src/types.ts" ], "exclude": [ "node_modules", "src/functions/**/*" ] }

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/ZubeidHendricks/youtube-mcp-server'

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