Skip to main content
Glama

GPT-5 MCP Server

by nbrain-team

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ENV_FILENoPath to .env file for loading environment variables
OPENAI_MODELNoThe OpenAI model to usegpt-5
OPENAI_API_KEYYesYour OpenAI API key (required)
REASONING_EFFORTNoDefault reasoning effort level (low|minimal|medium|high)medium
DEFAULT_VERBOSITYNoDefault verbosity level (low|medium|high)medium
OPENAI_TIMEOUT_MSNoTimeout for OpenAI API calls in milliseconds60000
OPENAI_MAX_RETRIESNoMaximum number of retries for OpenAI API calls3
WEB_SEARCH_CONTEXT_SIZENoDefault web search context size (low|medium|high)medium
WEB_SEARCH_DEFAULT_ENABLEDNoWhether web search is enabled by default (true|false)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/nbrain-team/gpt5-mcp'

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