Skip to main content
Glama

android-mcp

.env.example800 B
# OpenAI API Configuration OPENAI_API_KEY=YOUR_KEY # Replace 'sk-your-openai-api-key-here' with your actual OpenAI API key # Get your API key from: https://platform.openai.com/api-keys # Optional configurations # Whisper model options: tiny, base, small, medium, large WHISPER_MODEL=base # OpenAI model options: gpt-3.5-turbo, gpt-4, gpt-4-turbo OPENAI_MODEL=gpt-4 # Maximum file size in MB MAX_FILE_SIZE_MB=500 # Web interface port GRADIO_SERVER_PORT=7860 # Theme options: soft, default, monochrome, glass GRADIO_THEME=soft # Enable/disable AI analysis ENABLE_KEY_POINTS=true # Custom application title APP_TITLE=Software development cycle # TRD Generation Configuration ENABLE_TRD_GENERATION=true TRD_OPENAI_MODEL=gpt-4 TRD_MAX_TOKENS=3000 TRD_TEMPERATURE=0.2 TRD_FILE_PREFIX=TRD_Android_

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/tomdwipo/agent'

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