mcp-csharp-sdk-client

AgentSmithers/mcp-csharp-sdk-client
★ 4 stars C# 💻 Code/Dev Tools Updated 4mo ago
Sample client for x64dbg MCP server
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": {
    "mcp-csharp-sdk-clien": {
      "command": "npx",
      "args": [
        "-y",
        "AgentSmithers/mcp-csharp-sdk-client"
      ]
    }
  }
}