Digma
About
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.
Details
- Author
- digma-ai
- GitHub stars
- 11
- Downloads
- 290
- Categories
- Developer Tools
Jump to
- Observability-assisted code reviews using pre‑production runtime data.
- Find code and query inefficiencies slowing down the application.
- Check for breaking changes using runtime usage data from distributed tracing.
- Autonomous agent integration – the tool is used as needed.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
DigmaCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Configure an MCP client (such as Claude or Cursor) to include the Digma MCP. The Digma deployment includes an SSE server accessible at a URL composed of your Digma API token: https://<DIGMA_API_URL>/mcp/<DIGMA_API_TOKEN>/sse. Optionally, use SuperGateway to bridge the SSE endpoint as a command tool.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"digma": {
"digma": {
"command": "npx",
"args": [
"-y",
"supergateway",
"--sse",
"https://<DIGMA_API_URL>/mcp/DIGMA_API_TOKEN>/sse"
]
}
}
}
}
McpServers
{
"digma": {
"command": "npx",
"args": [
"-y",
"supergateway",
"--sse",
"https://<DIGMA_API_URL>/mcp/DIGMA_API_TOKEN>/sse"
]
}
}
Digma pre-processes your observability data to identify issues, track code performance and runtime data - for dynamic code analysis. Visit our](https://digma.ai)MCP pageto sign up for early access to our MCP server.
Configure your MCP Client (Claude, Cursor, etc.) to include the Digma MCP. The Digma deployment includes the MCP SSE server. You can configure it using its URL in your client, or use an MCP tool such asSuperGatewayto run it as a command tool. The MCP URL path is composed of the Digma API Key as follows:https://<DIGMA_API_URL>/mcp/<DIGMA_API_TOKEN>>/sse
If your client supports SSE servers, you can use the following syntax:
{ "mcpServers": { "digma": { "url": "https://<DIGMA_API_URL>/mcp/DIGMA_API_TOKEN>/sse", } // ... other servers might be here ... } }
To use the MCP server as a command tool, use theSuperGatewaytool to bridge to the URL as seen below:
{ "digma": { "command": "npx", "args": [ "-y", "supergateway", "--sse", "https://<DIGMA_API_URL>/mcp/DIGMA_API_TOKEN>/sse" ] } }
The agent is autonomous and selects when to use the data provided by Digma as needed, however, some clients allow setting rules and policies to set a more structured process. Here is an example rules file which you can add to your cursor.cursor/rulesdirectory
# Digma Memory File - Code Review Instructions ## Runtime Analysis Settings - Environment: TEST ## Code Review Protocol 1. For any code or branch review request: - Get the list of changed files and methods in the current branch using git diff - Check for ALL runtime issues in TEST environment (not just for the method in context) - Check if any runtime issue may be related to the changed code - Check the runtime usage of the changed methods (based on the git diff) - Check if any of the changed methods (based on the git diff) have a high risk based on their performance impact - Synthesize the data with standard code review analysis ## Note This file is used by the AI assistant to maintain consistent review protocols across sessions.
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
Create crafted UI components inspired by the best 21st.dev design engineers.
Bring agent evaluations, observability, and synthetic test set generation directly into your IDE for free with Galileo's new MCP server
An MCP server to help AI assistants to answer questions and generate AccelByte Extend SDK code more effectively .
MCP server for AI Diagram Maker — generate beautiful software engineering diagrams directly inside Cursor, Claude Desktop, Claude Code, or any MCP-compatible AI agent
ALAPI MCP Tools,Call hundreds of API interfaces via MCP
AI-powered SVG animation generator that transforms static files into animated SVG components using the Allyson platform
MCP server that gives AI assistants on-demand access to 1,500+ amCharts docs, ~300 code examples, and 1000+ class API references.
APIMatic MCP Server is used to validate OpenAPI specifications using APIMatic. The server processes OpenAPI files and returns validation summaries by leveraging APIMatic’s API.
One shared context layer for AI agents and humans — live API specs, DB schemas, and versioned contracts across repos so every agent and teammate works from the same source of truth.
Build and deploy full-stack Next.js apps with 98 tools for React, AWS, and MongoDB
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





