Back to Home
chrisbrickey icon

greenroom

Verified Safe

by chrisbrickey

Overview

A FastMCP server providing entertainment recommender utilities to agents, integrating with TMDB and offering multi-agent LLM comparison capabilities.

Installation

Run Command
uv run greenroom

Environment Variables

  • TMDB_API_KEY
  • OLLAMA_BASE_URL

Security Notes

The server uses `os.getenv` for API keys (TMDB, Ollama base URL), which is good practice. External API calls (TMDB, Ollama) use `httpx` with proper error handling and timeouts. The `ctx.sample()` mechanism, while powerful, is noted in the README as 'security-sensitive' as it involves client LLM callbacks. There are no obvious `eval` or obfuscation risks. Overall, it follows good security practices for its intended use case.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2025-11-30

Tags

EntertainmentRecommenderMCP ServerLLM IntegrationTMDB API