Azure-Samples/openai-mcp-agent-dotnet
Sample to create an AI Agent using OpenAI models with any MCP server running on Azure Container Apps
Platform-specific configuration:
{
"mcpServers": {
"openai-mcp-agent-dotnet": {
"command": "npx",
"args": [
"-y",
"openai-mcp-agent-dotnet"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...