Skip to content
Grok

dotnet sherlock mcp for Grok

io.github.jcucci/dotnet-sherlock-mcp

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

client:Grok transport:stdio runtime:nuget

Install dotnet sherlock mcp in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

dotnet sherlock mcp in other clients