Skip to main content
Glama

Azure Assistant MCP

by iOSDevil
azure-assistant-mcp.sh487 B
#!/bin/bash set -euo pipefail # Run from this directory cd "$(dirname "$0")" # Prefer local source export PYTHONPATH="$PWD/src:${PYTHONPATH:-}" # Pin config path to this repo to avoid picking up sibling configs export AZURE_ASSISTANT_CONFIG="$PWD/azure-config.json" # Prefer a project-local venv if present if [ -x "$PWD/.venv/bin/python" ]; then exec "$PWD/.venv/bin/python" -m azure_assistant_mcp fi # Otherwise, fall back to python3 on PATH exec python3 -m azure_assistant_mcp

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/iOSDevil/Azure-Assistant-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server