Openai MCP Example
This project demonstrates how to use the MCP protocol to interact with OpenAI, Azure OpenAI, and GitHub models in Azure container applications. It provides a simple terminal application demonstration to interact with the to - do item agent through the toolset provided by the MCP server.
rating : 2 points
downloads : 12
What is an MCP server?
The MCP (Model Context Protocol) server is middleware that implements the MCP protocol, connecting language models (such as OpenAI) with terminal applications. It allows Agents to interact with users through a toolset (such as TODO list management) and maintain state storage.How to use the MCP server?
Connect to the MCP server through the MCP Host terminal application. The server will handle communication with the language model and execute tool operations. It supports both HTTP and SSE protocols.Use cases
Suitable for scenarios that require integrating the capabilities of language models with specific tools, such as intelligent assistants, automated task management, data query, etc.Main Features
Multi - protocol supportSupports both HTTP Streaming and Server - Sent Events (SSE) communication protocols simultaneously
Multi - model supportSupports multiple language models such as Azure OpenAI, OpenAI, and GitHub Models
Tool integrationProvides a TODO list management toolset (add, list, complete, delete to - do items)
State managementUses a PostgreSQL database to persist Agent state and tool data
Advantages and Limitations
Advantages
Flexible and scalable architecture design
Supports multiple popular language models
Provides a containerized deployment solution
Supports detailed debugging logs
Limitations
The local Docker environment does not support Azure managed identity authentication
Some features are still under development (such as authentication, resource management)
Requires basic technical knowledge for configuration
How to Use
Prepare the environment
Install Node.js v22+, Docker, and npm. Clone the project repository
Configure the model provider
Set the API key or endpoint of your selected model provider (OpenAI/Azure OpenAI/GitHub) in the.env file
Start the services
Use Docker Compose to start all services (MCP server and database)
Connect to the MCP Host
Enter the container and start the MCP Host terminal application
Usage Examples
Manage to - do itemsInteract with the Agent through natural language to manage your to - do item list
Query to - do itemsGet the current list of all to - do items
Frequently Asked Questions
How to switch between different language models?
Why doesn't the local Docker support Azure managed identity authentication?
How to extend new tool functions?
Related Resources
GitHub Repository
Project source code and latest documentation
Azure OpenAI Documentation
Official documentation for the Azure OpenAI service
GitHub Models
Information on language models provided by GitHub
Featured MCP Services

Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
141
4.5 points

Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
86
4.3 points

Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
1.7K
5 points

Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
830
4.3 points

Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
6.7K
4.5 points

Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
567
5 points

Minimax MCP Server
The MiniMax Model Context Protocol (MCP) is an official server that supports interaction with powerful text-to-speech, video/image generation APIs, and is suitable for various client tools such as Claude Desktop and Cursor.
Python
754
4.8 points

Gmail MCP Server
A Gmail automatic authentication MCP server designed for Claude Desktop, supporting Gmail management through natural language interaction, including complete functions such as sending emails, label management, and batch operations.
TypeScript
284
4.5 points