mcp-foundry

microsoft-foundry/mcp-foundry
★ 235 stars Python 🤖 AI/LLM Updated 1mo ago
A MCP Server for Azure AI Foundry: it's now moved to cloud, check the new Foundry MCP Server
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-foundry": {
      "command": "uvx",
      "args": [
        "mcp-foundry"
      ]
    }
  }
}

Or install with pip: pip install mcp-foundry