45
grade D
3 days ago
mcp_so

Azure Container Apps - AI & MCP Playground

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.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 4 credentials: AZURE_OPENAI_API_KEY, DB_PASSWORD, GITHUB_TOKEN, OPENAI_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
🔐 secretAZURE_OPENAI_API_KEY=your_azure_openai_api_key
configAZURE_OPENAI_ENDPOINTIn order to use Keyless authentication, using Azure Managed Identity, you need to provide the environment variable in the .env file:
configDB_HOST
🔐 secretDB_PASSWORD
configDB_PORT
configDB_USER
🔐 secretGITHUB_TOKENTo use the GitHub models, you need to set your in the .env file:
configMCP_SERVER_HTTP_URL
configMCP_SERVER_SSE_URL
configMODEL"openai/gpt-5"
🔐 secretOPENAI_API_KEYTo use the OpenAI API, you need to set your key in the .env file:
configPORT
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 1 concrete improvement we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/manekinekko-azure-container-apps-ai-mcp-d7bsxn)](https://m8ven.ai/mcp/manekinekko-azure-container-apps-ai-mcp-d7bsxn)
commit: e3235ce73371ff22ee61690454232b55f7b18163
code hash: 38c2d8502f317d21bc758e002f0d4afb0f43593cb383cb99e0730a3f43885f10
verified: 4/18/2026, 6:01:08 PM
view raw JSON →