We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dynatrace-oss/dynatrace-managed-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
[
{
"dynatraceUrl": "https://my-dashboard.company.com/",
"apiEndpointUrl": "https://my-api.company.com/",
"environmentId": "abc-123",
"alias": "production",
"apiToken": "${DT_PROD_TOKEN}",
"httpProxyUrl": "http://proxy.company.com:8080"
},
{
"dynatraceUrl": "https://staging-dashboard.company.com/",
"apiEndpointUrl": "https://staging-api.company.com/",
"environmentId": "xyz-789",
"alias": "staging",
"apiToken": "${DT_STAGING_TOKEN}"
}
]