Skip to main content
Glama

TMDB MCP Server

tsconfig.json536 B
{ "compilerOptions": { "target": "es2020", "module": "es2020", "lib": ["es2020"], "outDir": "./dist", "rootDir": "./src", "strict": true, "moduleResolution": "node", "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "allowSyntheticDefaultImports": true, "allowJs": true, "typeRoots": [ "./node_modules/@types", "./src/types" ], "noImplicitAny": false }, "include": ["src/**/*"], "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/rakeshgangwar/tmdb-mcp-server'

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