MCP server for inspecting .NET assemblies and NuGet packages to help AI coding agents.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"handmirrormcp": {
"command": "npx",
"args": [
"-y",
"askmirror/HandMirrorMcp"
]
}
}
}
Run in terminal:
claude mcp add handmirrormcp npx -y askmirror/HandMirrorMcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"handmirrormcp": {
"command": "npx",
"args": [
"-y",
"askmirror/HandMirrorMcp"
]
}
}
}