Dynatrace MCP Server
Dynatrace MCP Server
이 프로젝트는 Dynatrace Grail 및 API 엔드포인트와 상호작용하기 위한 인터페이스를 제공하는 Model Context Protocol (MCP) 서버를 구현합니다.
기능
DQL 실행: 임의의 Dynatrace Query Language (DQL) 쿼리를 실행합니다.
로그 검색: 애플리케이션 로그를 가져오고 필터링합니다.
문제 보고: Dynatrace에서 현재 활성 문제를 가져옵니다.
메트릭 쿼리: DQL을 사용하여 메트릭을 쿼리합니다.
Related MCP server: Dynatrace Managed MCP Server
전제 조건
Python 3.14+
API 액세스 토큰이 있는 Dynatrace 환경
설정
환경 변수: 루트 디렉터리에 다음 변수를 포함하는
.env파일을 생성하세요.DYNATRACE_URL=<your-dynatrace-url> DYNATRACE_API_TOKEN=<your-api-token> DYNATRACE_PLATFORM_URL=<your-platform-url> DYNATRACE_PLATFORM_TOKEN=<your-platform-token> DYNATRACE_LOG_INGEST_TOKEN=<your-log-ingest-token>종속성: 필요한 종속성을 설치하세요.
pip install -r requirements.txt
사용법
MCP 서버를 시작하세요.
python server.pygemini/settings.json에 이 내용을 추가하세요
"mcpServers": {
"dynatrace": {
"command": "D:\\Dynatrace_MCP\\venv\\Scripts\\python.exe",
"args": [
"D:\\Dynatrace_MCP\\server.py"
]
}
}
그 후 gemini CLI를 실행하세요
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityDmaintenanceEnables interaction with Datadog's monitoring platform to search logs, search trace spans, and perform trace span aggregation for analysis.31,015MIT
- AlicenseNot gradedqualityAmaintenanceEnables AI assistants to interact with self-hosted Dynatrace Managed environments to retrieve observability data, security insights, and performance metrics. It allows users to query problems, logs, events, and SLOs through natural language interfaces in both local and remote modes.48828Apache 2.0
- FlicenseBqualityDmaintenanceEnables AI assistants to interact with Datadog APIs for querying metrics, logs, events, monitors, and APM traces.164
- AlicenseAqualityBmaintenanceEnables LLM agents to query Dynatrace SaaS for observability data (logs, metrics, traces, entities, problems, vulnerabilities) and manage configurations (dashboards, notebooks, SLOs, synthetic monitors, settings).100MIT
Related MCP Connectors
Query metrics, targets, entities, and team data in your Steep workspace via MCP.
Investigate errors, track deployments, analyze performance, and manage application monitoring
Search and fetch Wikidata entities, execute SPARQL queries, and resolve external identifiers.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/RakeshSingh-21/Dynatrace_MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server