We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/terryso/tv-recommender-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# TMDb API Key (必须从 https://www.themoviedb.org/ 申请)
TMDB_API_KEY=your_tmdb_api_key_here
# 可选的日志级别配置
# LOG_LEVEL=info
# 使用方法:
# 1. 复制此文件为 .env
# 2. 替换 your_tmdb_api_key_here 为你的实际 TMDb API 密钥
#
# 也可以直接在命令行设置环境变量:
# export TMDB_API_KEY=your_tmdb_api_key_here
#
# 或者在运行时传递:
# TMDB_API_KEY=your_tmdb_api_key_here npx tv-recommender-mcp-server