Skip to content
VS Code

dotnet sherlock mcp for VS Code

io.github.jcucci/dotnet-sherlock-mcp

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

client:VS Code transport:stdio runtime:nuget

Install dotnet sherlock mcp in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

dotnet sherlock mcp in other clients