Skip to content

Commit 2a19882

Browse files
Add Dynatrace MCP Server (#100)
* Add Dynatrace MCP Server * fix typo * Update servers/dynatrace-mcp-server/server.yaml Co-authored-by: Cody Rigney <[email protected]> --------- Co-authored-by: Cody Rigney <[email protected]>
1 parent 1d19e27 commit 2a19882

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
name: dynatrace-mcp-server
2+
image: mcp/dynatrace-mcp-server
3+
type: server
4+
meta:
5+
category: monitoring
6+
tags:
7+
- Dynatrace
8+
- Observability
9+
- Monitoring
10+
about:
11+
title: Dynatrace MCP Server
12+
description: This MCP Server allows interaction with the Dynatrace observability platform, brining real-time observability data directly into your development workflow.
13+
icon: https://avatars.githubusercontent.com/u/58178984?s=200&v=4
14+
source:
15+
project: https://github.com/dynatrace-oss/dynatrace-mcp
16+
branch: main
17+
config:
18+
description: Configure the connection to Dynatrace
19+
secrets:
20+
- name: dynatrace-mcp-server.oauth_client_id
21+
env: OAUTH_CLIENT_ID
22+
example: dt0s02.SAMPLE
23+
- name: dynatrace-mcp-server.oauth_client_secret
24+
env: OAUTH_CLIENT_SECRET
25+
example: dt0s02.SAMPLE.abcd1234
26+
env:
27+
- name: DT_ENVIRONMENT
28+
example: https://abc12345.apps.dynatrace.com
29+
value: '{{dynatrace-mcp-server.url}}'
30+
parameters:
31+
type: object
32+
properties:
33+
url:
34+
type: string

0 commit comments

Comments
 (0)