Skip to main content
Glama
mzxrai

MCP OpenAI Server

by mzxrai

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENAI_API_KEYYesYour OpenAI API key (get one from https://platform.openai.com/api-keys)

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
openai_chatB

Use this tool when a user specifically requests to use one of OpenAI's models (gpt-4o, gpt-4o-mini, o1-preview, o1-mini). This tool sends messages to OpenAI's chat completion API using the specified model.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of ambiguity or overlap between tools. The tool's purpose is clearly defined and distinct by default.

Naming Consistency5/5

The single tool name 'openai_chat' follows a consistent pattern (noun_verb-like structure), and with only one tool, there is no inconsistency to evaluate.

Tool Count2/5

A single tool is too few for a server named 'MCP OpenAI Server', which suggests broader OpenAI functionality. The scope feels thin, as it only covers chat completions, lacking other common operations like embeddings or fine-tuning.

Completeness2/5

The tool surface is severely incomplete for an OpenAI server. It only provides chat completions, missing essential operations such as embeddings, image generation, file handling, or model management, which are core to OpenAI's API.

Maintenance

ActivityInactive
ResponsivenessNo issues