Skip to content

dotnet sherlock mcp for Zed

io.github.jcucci/dotnet-sherlock-mcp

.NET assembly introspection MCP server with advanced reflection and type analysis capabilities

client:Zed transport:stdio runtime:nuget

Install dotnet sherlock mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "dotnet-sherlock-mcp": {
      "command": "dnx",
      "args": [
        "Sherlock.MCP.Server",
        "--yes"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

dotnet sherlock mcp in other clients