dotnet-native-mcp

pedrosakuma/dotnet-native-mcp
★ 0 stars C# 🔌 API Integration Updated 1d ago
MCP server for navigating native .NET binaries (NativeAOT / R2R / single-file) — handoff target for dotnet-diagnostics-mcp native frames
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dotnet-native-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "pedrosakuma/dotnet-native-mcp"
      ]
    }
  }
}

README Excerpt

> **Status:** V1 in progress. Eight MCP tools are live: > `load_native_binary`, `list_native_symbols`, `resolve_symbol`, `extract_strings`, `symbolicate_stack`, `get_size_breakdown`, `compare_native_binaries`, `disassemble`. > See the [V0 tracking issue](https://github.com/pedrosakuma/dotnet-native-mcp/issues/1).

Tools (8)

compare_native_binariesdisassembleextract_stringsget_size_breakdownlist_native_symbolsload_native_binaryresolve_symbolsymbolicate_stack