MCP server that uses reflection to provide LLM's with knowledger about dotnet classes, their members and their signatures
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"
]
}
}
}
Run in terminal:
claude mcp add dotnet-sherlock-mcp npx -y jcucci/dotnet-sherlock-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"dotnet-sherlock-mcp": {
"command": "npx",
"args": [
"-y",
"jcucci/dotnet-sherlock-mcp"
]
}
}
}