dotnet sherlock mcp for Gemini CLI
io.github.jcucci/dotnet-sherlock-mcp
.NET assembly introspection MCP server with advanced reflection and type analysis capabilities
client:Gemini CLI
transport:stdio
runtime:nuget
Install dotnet sherlock mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"dotnet-sherlock-mcp": {
"command": "dnx",
"args": [
"Sherlock.MCP.Server",
"--yes"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs