Skip to main content
Glama

Frontend Test Generation & Code Review MCP Server

.env.example645 B
# OpenAI API Configuration OPENAI_API_KEY=your_openai_api_key_here OPENAI_BASE_URL=https://api.openai.com/v1 OPENAI_MODEL=gpt-4 # Embedding Configuration (optional, defaults to OpenAI) EMBEDDING_BASE_URL=https://api.openai.com/v1 EMBEDDING_MODEL=text-embedding-3-small # Phabricator Configuration PHABRICATOR_HOST=https://your-phabricator-instance.com PHABRICATOR_TOKEN=api-xxxxxxxxxxxxxxxxxxxxxxxx # Optional Settings MODEL_TEMPERATURE=0 MODEL_TOP_P=1 CACHE_DIR=.cache STATE_DIR=.state ALLOW_PUBLISH_COMMENTS=false LOG_LEVEL=info # Config file path (optional, defaults to project root config.yaml) # CONFIG_PATH=/path/to/custom/config.yaml

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/NorthSeacoder/fe-testgen-mcp'

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