Digma
A code observability MCP enabling dynamic code analysis based on OTEL/APM data to assist in code reviews, issues identification and fix, highlighting risky code etc.
Ads
Overview
A Model Context Protocol (MCP) server implementation for enabling agents to access observability insights using Digma for code observability and dynamic code analysis 🗣️ Observability-assisted code reviews: Check the PR branch for any issues discovered by pre-prod observability. 🔎 Find code inefficiencies with dynamic code analysis: Identify issues in the code/queries that are slowing the app down 🔭 Utilize code runtime usage data from distributed tracing: Check for breaking changes or generated relevant tests
Installation
Installation instructions are not available yet.
Configuration
{
"mcpServers": {
"digma": {
"url": "https://<DIGMA_API_URL>/mcp/DIGMA_API_TOKEN>/sse",
}
// ... other servers might be here ...
}
}Capabilities
- Review PR branches for runtime issues
ask the assistant to check your branch’s code changes against issues found in pre-production observability.
- Surface top performance problems
request the most severe inefficiencies detected by dynamic code analysis across your application.
- Assess impact of changing a function
identify which other services and code are affected based on runtime usage data from distributed tracing.
- Check for new issues in a specific environment
query whether recent code introduced any issues in environments like Staging.
- Find high-impact database queries
ask which database queries have the greatest effect on application performance.
Tags
- development
Related MCP servers
Context7 MCP
OfficialOfficial Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.
Chrome DevTools MCP
OfficialOfficial Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.
Mastra/mcp
OfficialClient implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.
GitHub MCP Server
OfficialConnect your AI assistant to GitHub repositories, issues, pull requests, and search.