An MCP server for analyzing .NET assemblies, types, members, projects, and solutions using reflection and metadata extraction. It exposes tools for type/method/property inspection, XML documentation lookup, dependency resolution, and runtime configuration.
From the registry: .NET assembly introspection MCP server with advanced reflection and type analysis capabilities
$ dotnet tool install -g Sherlock.MCP.Serverhttps://www.nuget.org/packages/Sherlock.MCP.ServerPlease install the `dotnet-sherlock-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install .NET 9 SDK** — Required to install the Sherlock global tool. (https://dotnet.microsoft.com/download/dotnet/9.0)
- **Install Sherlock global tool** — Install the Sherlock.MCP.Server global tool which adds `sherlock-mcp` to PATH. Run: `dotnet tool install -g Sherlock.MCP.Server` (https://www.nuget.org/packages/Sherlock.MCP.Server)
Canonical MCP server config (stdio transport):
- command: `sherlock-mcp`
- args: []
Note: Deep .NET assembly introspection (types, methods, XML docs, project analysis) via 28+ MCP tools.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.
Persistent codebase knowledge graph. Survives session restarts and context compaction.
Validate oh-my-posh configurations and segment snippets against the official schema.