dotnet-sherlock-mcp

jcucci/dotnet-sherlock-mcp
★ 4 stars C# 🤖 AI/LLM Updated 17d ago
MCP server that uses reflection to provide LLM's with knowledger about dotnet classes, their members and their signatures
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-sherlock-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "jcucci/dotnet-sherlock-mcp"
      ]
    }
  }
}