MCP.so
ログイン

Digma Code Observability MCP Server

@digma-ai

Digma Code Observability MCP Server について

概要はまだありません

基本情報

カテゴリ

開発者ツール

ランタイム

c#

トランスポート

stdio

公開者

digma-ai

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "digma": {
      "command": "npx",
      "args": [
        "-y",
        "supergateway",
        "--sse",
        "https://<DIGMA_API_URL>/mcp/DIGMA_API_TOKEN>/sse"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Digma Code Observability MCP Server?

It is an MCP server that enables AI agents to access observability insights using Digma for code observability and dynamic code analysis. The server allows agents to perform observability-assisted code reviews, identify code inefficiencies, and utilize runtime usage data from distributed tracing.

How to use Digma Code Observability MCP Server?

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.

Key features of Digma Code Observability MCP Server

  • 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.

Use cases of Digma Code Observability MCP Server

  • Review code changes in a branch by correlating with runtime issues from observability data.
  • Identify the three most severe performance

コメント

「開発者ツール」の他のコンテンツ