Model Control Plane (MCP) Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENAI_API_KEYNoYour OpenAI API key
OPENAI_CHAT_MODELNoOpenAI model to use for chat completionsgpt-4o-mini
AZURE_OPENAI_API_KEYNoYour Azure OpenAI API key
AZURE_DEPLOYMENT_NAMENoYour Azure OpenAI deployment name
AZURE_OPENAI_ENDPOINTNoYour Azure OpenAI endpoint URL
OPENAI_COMPLETION_MODELNoOpenAI model to use for text completionsgpt-3.5-turbo-instruct
AZURE_OPENAI_API_VERSIONNoAzure OpenAI API version to use2023-05-15

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