Skip to main content
Glama

MCP Meeting Agent

by cliffordru

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LLM_MODELNoThe LLM model to usegpt-4o-mini
LOG_LEVELNoLogging level for the applicationINFO
LLM_API_KEYYesYour API key for the LLM service
LLM_TEMPERATURENoTemperature setting for LLM responses0.0
LLM_API_BASE_URLNoBase URL for the LLM APIhttps://api.openai.com/v1
FUN_FACTS_API_URLNoURL for the fun facts APIhttps://uselessfacts.jsph.pl/random.json?language=en
GITHUB_TRENDING_URLNoURL for the GitHub trending repositories APIhttps://api.ossinsight.io/v1/trends/repos/
LLM_REQUEST_TIMEOUTNoRequest timeout for LLM API calls in seconds15
TECH_TRIVIA_API_URLNoURL for the tech trivia APIhttps://opentdb.com/api.php?amount=1&category=18&type=multiple

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

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/cliffordru/mcp-meeting-agent'

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