Skip to main content
Glama

Azure Assistant MCP

azure-config-example.json1.41 kB
{ "debug": false, "tenants": [ { "id": "00000000-0000-0000-0000-000000000001", "name": "Contoso", "description": "Example tenant for Contoso (sample)", "service_principal": { "client_id": "11111111-1111-1111-1111-111111111111", "client_secret": "REPLACE_ME_CLIENT_SECRET" }, "default_subscription_id": "aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa", "management_group_id": "example-landingzone" }, { "id": "00000000-0000-0000-0000-000000000002", "name": "Fabrikam", "description": "Example tenant for Fabrikam (sample)", "service_principal": { "client_id": "22222222-2222-2222-2222-222222222222", "client_secret": "REPLACE_ME_CLIENT_SECRET" }, "default_subscription_id": "bbbbbbbb-bbbb-bbbb-bbbb-bbbbbbbbbbbb", "management_group_id": "/providers/Microsoft.Management/managementGroups/example-root-b" }, { "id": "00000000-0000-0000-0000-000000000003", "name": "Northwind", "description": "Example tenant for Northwind (sample)", "service_principal": { "client_id": "33333333-3333-3333-3333-333333333333", "client_secret": "REPLACE_ME_CLIENT_SECRET" }, "default_subscription_id": "cccccccc-cccc-cccc-cccc-cccccccccccc", "management_group_id": "/providers/Microsoft.Management/managementGroups/example-root-c" } ] }

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/andrewstephenson-v1/Azure-Assistant-MCP'

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