hmr for Claude Desktop
io.github.promplate/hmr
Hot Module Reload (HMR) for Python with reactive programming and MCP tools
client:Claude Desktop
transport:streamable-http
Install hmr in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"hmr": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://promplate.github.io/pyth-on-line/hmr/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs