dotnet sherlock mcp for Cursor
io.github.jcucci/dotnet-sherlock-mcp
.NET assembly introspection MCP server with advanced reflection and type analysis capabilities
client:Cursor
transport:stdio
runtime:nuget
Install dotnet sherlock mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"dotnet-sherlock-mcp": {
"type": "stdio",
"command": "dnx",
"args": [
"Sherlock.MCP.Server",
"--yes"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs