mcp-foundry

A MCP Server for Azure AI Foundry

GitHub Stars

196

User Rating

Not Rated

Favorites

0

Views

20

Forks

82

Issues

23

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Python: 3.6 or higher
pip: Latest version

Installation Steps

1. Clone Repository

bash
git clone https://github.com/azure-ai-foundry/mcp-foundry.git
cd mcp-foundry

2. Install Dependencies

bash
pip install -r requirements.txt

3. Start Server

bash
python -m mcp_foundry.server

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Python version and reinstall dependencies. Issue: Models not found Solution: Verify Azure AI Foundry settings.

Additional Resources