We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/andrewstephenson-v1/Azure-Assistant-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Project secrets/config (keep example checked in)
azure-config.json
# Virtual environments
.venv/
venv/
env/
# AI assistants
.claude/
# Python bytecode
__pycache__/
src/azure_assistant/__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
.Python
build/
dist/
develop-eggs/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
wheels/
share/python-wheels/
*.egg-info/
*.egg
# Unit test / coverage reports
.tox/
.nox/
.coverage
.coverage.*
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
# Type checkers
.mypy_cache/
.pytype/
# IDEs / editors
.vscode/
.idea/
# OS
.DS_Store
# Environment files
.env
.env.*