Enterprise DNA Enterprise DNA
M MCP Servers Developer low

aayushmdesai/mcp-dotnet-diagnostics

by Various

MCP server for .NET runtime diagnostics — memory, GC, threads, and more

MCP

aayushmdesai/mcp-dotnet-diagnostics

Added 11 June 2026

#ai #claude #claude-code #csharp #diagnostics #dotnet #llm-tools #mcp

Overview

An MCP server that exposes .NET runtime diagnostics data, including memory, garbage collection, and thread information. It allows AI agents to query live .NET processes through the Model Context Protocol.

Best for

Best for
.NET developers building AI-assisted debugging and monitoring tools

Use cases

  • Monitor .NET application memory and GC metrics from an AI assistant
  • Debug thread pool and runtime health in production .NET services
  • Integrate runtime diagnostics into AI-driven observability workflows

How to use

Install

dotnet tool install -g mcp-dotnet-diagnostics

Tools exposed

  • get_process_info
  • get_memory_stats
  • get_gc_events
  • get_thread_stats
  • get_event_counters
  • get_environment_info
  • list_counters

Tested with

Claude Desktop

Example client config

{\n  "mcpServers": {\n    "dotnet-diagnostics": {\n      "command": "mcp-dotnet-diagnostics",\n      "env": {\n        "TMPDIR": "/var/folders/xx/your-tmpdir/T/"\n      }\n    }\n  }\n}

Notes

An MCP server that exposes .NET runtime diagnostics data, including memory, garbage collection, and thread information. It allows AI agents to query live .NET processes through the Model Context Protocol.

0 stars on GitHub. Last updated 2026-06-09. Licensed MIT.

Use cases

  • Monitor .NET application memory and GC metrics from an AI assistant
  • Debug thread pool and runtime health in production .NET services
  • Integrate runtime diagnostics into AI-driven observability workflows

Pros

  • Provides direct access to .NET runtime internals without custom instrumentation
  • Leverages the MCP standard for easy integration with AI agents
  • Written in C# for seamless compatibility with .NET ecosystems

Cons

  • Zero stars and no community adoption indicates early or experimental stage
  • Limited to .NET runtime diagnostics only, not a general-purpose tool
  • Requires running an MCP-compatible agent to be useful

Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.

Pros

  • Provides direct access to .NET runtime internals without custom instrumentation
  • Leverages the MCP standard for easy integration with AI agents
  • Written in C# for seamless compatibility with .NET ecosystems

Cons

  • Zero stars and no community adoption indicates early or experimental stage
  • Limited to .NET runtime diagnostics only, not a general-purpose tool
  • Requires running an MCP-compatible agent to be useful
Free 27-page guide

Get the free Developer’s Field Guide

A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.

Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.

No spam. Unsubscribe any time.

Running a business, not writing the code? See the MCP servers picked for operators, and get your first one wired up with us.

Operator picks