Stats
Actions
Tags
From wpf-dev-pack
Local stdio MCP server run via Deno ('dnx [email protected] --yes'). Named 'HandMirrorMcp'; provides unspecified tools, resources, or prompts. Purpose unclear from config alone.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"HandMirrorMcp": {
"command": "dnx",
"args": [
"[email protected]",
"--yes"
]
}
}
}Server configuration and connection parameters
dnxCommand-line arguments passed to the server process
npx claudepluginhub christian289/dotnet-with-claudecode --plugin wpf-dev-pack