marchampson/mcp-openai-server
If you are the rightful owner of mcp-openai-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server implementation for the OpenAI API, providing a standardized interface between Augment and OpenAI's language models using the official MCP SDK.
Tools
Functions exposed to the LLM to take actions
List Models
Lists all available OpenAI models.
Chat Completion
Generates responses using OpenAI's chat completion API with parameters like model, messages, temperature, and max_tokens.
Create Embedding
Generates embeddings for text using OpenAI's embedding API with parameters like model and input.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client