Skip to main content
Glama

Frontend Test Generation & Code Review MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CACHE_DIRNoCache directory path.cache
STATE_DIRNoState directory path.state
MODEL_TOP_PNoModel top_p parameter (range 0-1)1
OPENAI_MODELNoOpenAI model to usegpt-4
OPENAI_API_KEYYesOpenAI API Key (required)
EMBEDDING_MODELNoEmbedding model to usetext-embedding-3-small
OPENAI_BASE_URLNoOpenAI API base URLhttps://api.openai.com/v1
PHABRICATOR_HOSTYesPhabricator host URL (required)
MODEL_TEMPERATURENoModel temperature parameter (range 0-2)0
PHABRICATOR_TOKENYesPhabricator API token (required)
EMBEDDING_BASE_URLNoEmbedding API base URL (defaults to OPENAI_BASE_URL if not specified)
ALLOW_PUBLISH_COMMENTSNoAllow publishing comments to Phabricator (set to true to enable)false

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

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