This repository showcases MCP servers that integrates with Azure AI Foundry to enable interesting scenarios powered by Azure AI Foundry.
- Azure AI Agent Service MCP Server - Connect to Azure AI Agents and use them in any MCP client.
These servers follow the MCP protocol specification and can be used with any MCP-compatible client. Refer to your client's documentation for specific instructions on how to connect to external MCP servers.
This project follows a polyglot structure with implementations in both Python and TypeScript:
- Python code is located in the src/python directory
- Always activate the virtual environment from the project root
- For package installation, ensure you're in the Python directory where pyproject.toml is located
- TypeScript code is located in the src/typescript directory
- Uses ES Modules for modern JavaScript compatibility
- Standard npm workflow:
npm install
→npm run build
→npm start
This project is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.