Servers
OpenAI MCP Example
@manekinekko
This project showcases how to use the MCP protocol with Azure OpenAI. It provides a simple example to interact with OpenAI's API seamlessly via an MCP server and client.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"openai-mcp-example": {
"command": "docker",
"args": [
"compose",
"up",
"-d",
"--build"
]
}
}
}