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